diff options
Diffstat (limited to 'tests/testplan.cpp')
-rw-r--r-- | tests/testplan.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp index 50966af0c..d6bca5e14 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -1,9 +1,9 @@ -#include "dive.h" +#include "core/dive.h" #include "testplan.h" -#include "planner.h" -#include "units.h" -#include "subsurfacestartup.h" -#include "qthelper.h" +#include "core/planner.h" +#include "core/units.h" +#include "core/subsurfacestartup.h" +#include "core/qthelper.h" #include <QDebug> #define DEBUG 1 |