summaryrefslogtreecommitdiffstats
path: root/tests/testgitstorage.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2016-04-05 14:22:00 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-05 12:32:36 -0700
commit21e8b1e363fcb46798aec49b623cfd2b29c286a3 (patch)
tree531c1c2318fb5cbe8139dfb0c723a0c190567e40 /tests/testgitstorage.cpp
parent6d6ba8b54aad2ebcd7fc4259f6c9976022362ee5 (diff)
downloadsubsurface-21e8b1e363fcb46798aec49b623cfd2b29c286a3.tar.gz
Fix compilation with the new folder architecture
A few more fixes for things that broke in commit 7be962bfc287 ("Move subsurface-core to core and qt-mobile to mobile-widgets"). [Dirk Hohndel: slightly edited and overlap with Linus' patch removed] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testgitstorage.cpp')
-rw-r--r--tests/testgitstorage.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp
index 30417b3c4..f4955970f 100644
--- a/tests/testgitstorage.cpp
+++ b/tests/testgitstorage.cpp
@@ -1,10 +1,12 @@
#include "testgitstorage.h"
-#include "dive.h"
-#include "divelist.h"
-#include "file.h"
#include "git2.h"
-#include "prefs-macros.h"
-#include "subsurfacestartup.h"
+
+#include "core/dive.h"
+#include "core/divelist.h"
+#include "core/file.h"
+#include "core/prefs-macros.h"
+#include "core/subsurfacestartup.h"
+
#include <QDir>
#include <QTextStream>
#include <QNetworkProxy>