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/printer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-widgets/printer.cpp') diff --git a/desktop-widgets/printer.cpp b/desktop-widgets/printer.cpp index 33ee71b55..eea304347 100644 --- a/desktop-widgets/printer.cpp +++ b/desktop-widgets/printer.cpp @@ -1,7 +1,7 @@ #include "printer.h" #include "templatelayout.h" -#include "statistics.h" -#include "helpers.h" +#include "core/statistics.h" +#include "core/helpers.h" #include #include -- cgit v1.2.3-70-g09d2