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/TestCsvExporter.cpp')
-rw-r--r--tests/TestCsvExporter.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/TestCsvExporter.cpp b/tests/TestCsvExporter.cpp
index 6515c39c2..b85dbf268 100644
--- a/tests/TestCsvExporter.cpp
+++ b/tests/TestCsvExporter.cpp
@@ -17,13 +17,10 @@
*/
#include "TestCsvExporter.h"
+#include "TestGlobal.h"
#include <QBuffer>
-#include <QTest>
-#include "core/Database.h"
-#include "core/Entry.h"
-#include "core/Group.h"
#include "crypto/Crypto.h"
#include "format/CsvExporter.h"