diff options
author | Saturneric <[email protected]> | 2022-05-19 19:00:46 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-19 19:00:46 +0000 |
commit | c80f04424b43814bdaed20ae166304f3d1bd1d2b (patch) | |
tree | cce93b5e345c4cde2d7a40bf65757465be82e9cc /src/core/function/GlobalSettingStation.h | |
parent | refactor: change log level for task system (diff) | |
download | GpgFrontend-c80f04424b43814bdaed20ae166304f3d1bd1d2b.tar.gz GpgFrontend-c80f04424b43814bdaed20ae166304f3d1bd1d2b.zip |
pref: improve pch for compiling speed
Diffstat (limited to 'src/core/function/GlobalSettingStation.h')
-rw-r--r-- | src/core/function/GlobalSettingStation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index 0df6bd21..ee0b6b12 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -29,11 +29,6 @@ #ifndef GPGFRONTEND_GLOBALSETTINGSTATION_H #define GPGFRONTEND_GLOBALSETTINGSTATION_H -#include <openssl/x509.h> - -#include <boost/filesystem/operations.hpp> -#include <boost/filesystem/path.hpp> - #include "GpgFrontendBuildInstallInfo.h" #include "core/GpgFrontendCore.h" #include "core/GpgFunctionObject.h" |