Fix include paths

As expected, commit 7be962bfc2 ("Move subsurface-core to core and qt-mobile
to mobile-widgets") caused some breakage.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Linus Torvalds 2016-04-05 09:40:03 -07:00 committed by Dirk Hohndel
parent 0a4b246421
commit ad2ac58ea2
5 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#include "printoptions.h"
#include "templateedit.h"
#include "helpers.h"
#include "core/helpers.h"
#include <QDebug>
#include <QFileDialog>