aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/core/GpgCoreTest.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-12 15:08:38 +0000
committersaturneric <[email protected]>2024-01-12 15:08:38 +0000
commit6983b5c1dd82d159236ebd06cf17f071cc9c1ee9 (patch)
treefc53f790e33546320b2ecd306a1a9ade6fbdfe7a /src/test/core/GpgCoreTest.h
parentfix: slove a heap-use-after-free issue (diff)
downloadGpgFrontend-6983b5c1dd82d159236ebd06cf17f071cc9c1ee9.tar.gz
GpgFrontend-6983b5c1dd82d159236ebd06cf17f071cc9c1ee9.zip
refactor: remove boost and use QString instead of std::filesystem::path
Diffstat (limited to 'src/test/core/GpgCoreTest.h')
-rw-r--r--src/test/core/GpgCoreTest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/core/GpgCoreTest.h b/src/test/core/GpgCoreTest.h
index b436118a..26097f2c 100644
--- a/src/test/core/GpgCoreTest.h
+++ b/src/test/core/GpgCoreTest.h
@@ -30,8 +30,6 @@
#include <gtest/gtest.h>
-#include <boost/date_time.hpp>
-
namespace GpgFrontend::Test {
class GpgCoreTest : public ::testing::Test {