diff options
author | Saturneric <[email protected]> | 2022-05-07 18:47:24 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-07 18:47:24 +0000 |
commit | 7c17ee7a03486a098e0a645cf65d29db87444fbf (patch) | |
tree | ca37b5903302fee7d185c14a15460b6eb0dd3168 | |
parent | fix: use custom build gpgme lib (diff) | |
download | GpgFrontend-7c17ee7a03486a098e0a645cf65d29db87444fbf.tar.gz GpgFrontend-7c17ee7a03486a098e0a645cf65d29db87444fbf.zip |
fix: remove vmime include
-rw-r--r-- | src/core/function/GlobalSettingStation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp index e20188f2..db8d1bc3 100644 --- a/src/core/function/GlobalSettingStation.cpp +++ b/src/core/function/GlobalSettingStation.cpp @@ -28,8 +28,6 @@ #include "GlobalSettingStation.h" -#include <vmime/vmime.hpp> - #include "core/function/FileOperator.h" void GpgFrontend::GlobalSettingStation::SyncSettings() noexcept { |