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