summaryrefslogtreecommitdiffstats
path: root/tests/testparse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testparse.cpp')
-rw-r--r--tests/testparse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp
index 8bb092b56..8d4cedb43 100644
--- a/tests/testparse.cpp
+++ b/tests/testparse.cpp
@@ -1,7 +1,7 @@
#include "testparse.h"
-#include "dive.h"
-#include "file.h"
-#include "divelist.h"
+#include "core/dive.h"
+#include "core/file.h"
+#include "core/divelist.h"
#include <QTextStream>
char *intdup(int index)