From 21e8b1e363fcb46798aec49b623cfd2b29c286a3 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 5 Apr 2016 14:22:00 -0300 Subject: 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 Signed-off-by: Dirk Hohndel --- tests/testparse.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/testparse.cpp') 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 char *intdup(int index) -- cgit v1.2.3-70-g09d2