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:
Diffstat (limited to 'tests/TestDatabase.cpp')
-rw-r--r--tests/TestDatabase.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/TestDatabase.cpp b/tests/TestDatabase.cpp
index 284ba4bfb..4aae91dc2 100644
--- a/tests/TestDatabase.cpp
+++ b/tests/TestDatabase.cpp
@@ -17,17 +17,15 @@
*/
#include "TestDatabase.h"
+#include "TestGlobal.h"
-#include <QTest>
#include <QSignalSpy>
#include <QTemporaryFile>
#include "config-keepassx-tests.h"
-#include "core/Database.h"
#include "crypto/Crypto.h"
#include "keys/PasswordKey.h"
#include "core/Metadata.h"
-#include "core/Group.h"
#include "format/KeePass2Writer.h"
QTEST_GUILESS_MAIN(TestDatabase)