diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2016-04-05 14:22:00 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 12:32:36 -0700 |
commit | 21e8b1e363fcb46798aec49b623cfd2b29c286a3 (patch) | |
tree | 531c1c2318fb5cbe8139dfb0c723a0c190567e40 /tests/testdivesiteduplication.cpp | |
parent | 6d6ba8b54aad2ebcd7fc4259f6c9976022362ee5 (diff) | |
download | subsurface-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/testdivesiteduplication.cpp')
-rw-r--r-- | tests/testdivesiteduplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdivesiteduplication.cpp b/tests/testdivesiteduplication.cpp index fc8ba0a1e..805dac470 100644 --- a/tests/testdivesiteduplication.cpp +++ b/tests/testdivesiteduplication.cpp @@ -1,6 +1,6 @@ #include "testdivesiteduplication.h" -#include "dive.h" -#include "divesite.h" +#include "core/dive.h" +#include "core/divesite.h" void TestDiveSiteDuplication::testReadV2() { |