Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter <peter.grossmann@synoptics.de>2021-07-12 05:10:29 +0300
committerJonathan White <support@dmapps.us>2021-07-14 05:08:33 +0300
commit6b14b5dc27232766efe08608f5f08fe5b65f13f0 (patch)
tree2a7ef6f01c375f8e97c4729a9a93eb538b4eeb14 /tests/TestSymmetricCipher.cpp
parentf770edb6d3ee9f50bb76c51f4083ffa5e45997b2 (diff)
Optimize includes across code base
Diffstat (limited to 'tests/TestSymmetricCipher.cpp')
-rw-r--r--tests/TestSymmetricCipher.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/TestSymmetricCipher.cpp b/tests/TestSymmetricCipher.cpp
index de6b2c1c0..77a80e271 100644
--- a/tests/TestSymmetricCipher.cpp
+++ b/tests/TestSymmetricCipher.cpp
@@ -17,12 +17,13 @@
*/
#include "TestSymmetricCipher.h"
-#include "TestGlobal.h"
#include <QBuffer>
+#include <QTest>
+#include <QVector>
#include "crypto/Crypto.h"
-#include "crypto/SymmetricCipher.h"
+#include "format/KeePass2.h"
#include "streams/SymmetricCipherStream.h"
QTEST_GUILESS_MAIN(TestSymmetricCipher)