aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/GpgGenKeyInfo.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-12 17:56:12 +0000
committerSaturneric <[email protected]>2022-01-12 17:56:12 +0000
commit9064eb6ae14731b698f4304f0e25ef52ba6e931f (patch)
tree27d9ed253d8d343bd7882c4588d0762ff3995b69 /src/gpg/GpgGenKeyInfo.cpp
parent<refactor, fix>(ui): Refactored settings object to fix issues. (diff)
downloadGpgFrontend-9064eb6ae14731b698f4304f0e25ef52ba6e931f.tar.gz
GpgFrontend-9064eb6ae14731b698f4304f0e25ef52ba6e931f.zip
<refactor, chore>(project, ui, core): Normalize third-party dependencies.
1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
Diffstat (limited to 'src/gpg/GpgGenKeyInfo.cpp')
-rw-r--r--src/gpg/GpgGenKeyInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpg/GpgGenKeyInfo.cpp b/src/gpg/GpgGenKeyInfo.cpp
index f67aaa1f..1274421d 100644
--- a/src/gpg/GpgGenKeyInfo.cpp
+++ b/src/gpg/GpgGenKeyInfo.cpp
@@ -24,8 +24,6 @@
#include "gpg/GpgGenKeyInfo.h"
-#include <easyloggingpp/easylogging++.h>
-
#include <boost/date_time/gregorian/greg_date.hpp>
#include <boost/date_time/gregorian/greg_duration.hpp>
#include <boost/date_time/gregorian/gregorian_types.hpp>