summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index 8ffb8edb1..de6f459f6 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -21,12 +21,13 @@
#include "touchmanager.h"
#include "configuration.h"
-#include "graphics.h"
#include "graphicsvertexes.h"
#include "inputmanager.h"
#include "mouseinput.h"
#include "touchactions.h"
+#include "render/graphics.h"
+
#include "gui/theme.h"
#include "debug.h"