From ad2ac58ea2c7a696227b2db243a76adb633158dd Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 5 Apr 2016 09:40:03 -0700 Subject: Fix include paths As expected, commit 7be962bfc287 ("Move subsurface-core to core and qt-mobile to mobile-widgets") caused some breakage. Signed-off-by: Linus Torvalds Signed-off-by: Dirk Hohndel --- desktop-widgets/templatelayout.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-widgets/templatelayout.h') diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h index fc77a5079..195441fcd 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -4,9 +4,9 @@ #include #include "mainwindow.h" #include "printoptions.h" -#include "statistics.h" -#include "qthelper.h" -#include "helpers.h" +#include "core/statistics.h" +#include "core/qthelper.h" +#include "core/helpers.h" #include "core/subsurface-qt/DiveObjectHelper.h" int getTotalWork(print_options *printOptions); -- cgit v1.2.3-70-g09d2