diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/function/CacheManager.cpp | 1 | ||||
-rw-r--r-- | src/core/function/gpg/GpgAdvancedOperator.cpp | 2 | ||||
-rw-r--r-- | src/core/function/gpg/GpgAutomatonHandler.cpp | 2 | ||||
-rw-r--r-- | src/core/module/GlobalModuleContext.cpp | 1 | ||||
-rw-r--r-- | src/core/module/GlobalRegisterTable.cpp | 1 | ||||
-rw-r--r-- | src/core/module/ModuleManager.cpp | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/src/core/function/CacheManager.cpp b/src/core/function/CacheManager.cpp index 5670819b..86a4678d 100644 --- a/src/core/function/CacheManager.cpp +++ b/src/core/function/CacheManager.cpp @@ -30,7 +30,6 @@ #include <algorithm> #include <shared_mutex> -#include <utility> #include "core/function/DataObjectOperator.h" #include "core/utils/MemoryUtils.h" diff --git a/src/core/function/gpg/GpgAdvancedOperator.cpp b/src/core/function/gpg/GpgAdvancedOperator.cpp index 590110e9..0b103c9b 100644 --- a/src/core/function/gpg/GpgAdvancedOperator.cpp +++ b/src/core/function/gpg/GpgAdvancedOperator.cpp @@ -32,8 +32,6 @@ #include "GpgAdvancedOperator.h" -#include <utility> - #include "core/function/gpg/GpgCommandExecutor.h" #include "core/module/ModuleManager.h" #include "core/utils/GpgUtils.h" diff --git a/src/core/function/gpg/GpgAutomatonHandler.cpp b/src/core/function/gpg/GpgAutomatonHandler.cpp index 9b318e02..352400a4 100644 --- a/src/core/function/gpg/GpgAutomatonHandler.cpp +++ b/src/core/function/gpg/GpgAutomatonHandler.cpp @@ -28,8 +28,6 @@ #include "GpgAutomatonHandler.h" -#include <utility> - #include "core/model/GpgData.h" #include "core/model/GpgKey.h" #include "core/utils/GpgUtils.h" diff --git a/src/core/module/GlobalModuleContext.cpp b/src/core/module/GlobalModuleContext.cpp index 043117e8..fd530432 100644 --- a/src/core/module/GlobalModuleContext.cpp +++ b/src/core/module/GlobalModuleContext.cpp @@ -31,7 +31,6 @@ #include <set> #include <unordered_map> #include <unordered_set> -#include <utility> #include "core/module/Event.h" #include "core/module/Module.h" diff --git a/src/core/module/GlobalRegisterTable.cpp b/src/core/module/GlobalRegisterTable.cpp index 4dc6bc7d..6d83c2fb 100644 --- a/src/core/module/GlobalRegisterTable.cpp +++ b/src/core/module/GlobalRegisterTable.cpp @@ -31,7 +31,6 @@ #include <any> #include <optional> #include <shared_mutex> -#include <utility> #include <vector> #include "GlobalRegisterTableTreeModel.h" diff --git a/src/core/module/ModuleManager.cpp b/src/core/module/ModuleManager.cpp index 0f6a280a..10c39eb6 100644 --- a/src/core/module/ModuleManager.cpp +++ b/src/core/module/ModuleManager.cpp @@ -29,7 +29,6 @@ #include "ModuleManager.h" #include <memory> -#include <utility> #include "core/function/GlobalSettingStation.h" #include "core/function/SecureMemoryAllocator.h" |