summaryrefslogtreecommitdiffstats
path: root/tests/testparseperformance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testparseperformance.cpp')
-rw-r--r--tests/testparseperformance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparseperformance.cpp b/tests/testparseperformance.cpp
index 64625f269..37393f515 100644
--- a/tests/testparseperformance.cpp
+++ b/tests/testparseperformance.cpp
@@ -2,6 +2,7 @@
#include "testparseperformance.h"
#include "core/dive.h"
#include "core/divelist.h"
+#include "core/file.h"
#include "core/git-access.h"
#include "core/settings/qPrefProxy.h"
#include "core/settings/qPrefCloudStorage.h"
@@ -41,7 +42,6 @@ void TestParsePerformance::initTestCase()
QString localCacheDir(get_local_dir(LARGE_TEST_REPO, "git"));
QDir localCacheDirectory(localCacheDir);
QCOMPARE(localCacheDirectory.removeRecursively(), true);
-
}
void TestParsePerformance::init()