Fix compilation with the new folder architecture

A few more fixes for things that broke in commit 7be962bfc2 ("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>
This commit is contained in:
Tomaz Canabrava 2016-04-05 14:22:00 -03:00 committed by Dirk Hohndel
parent 6d6ba8b54a
commit 21e8b1e363
10 changed files with 33 additions and 25 deletions

View file

@ -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