summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-16 04:21:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-16 06:45:51 +0100
commit3583e3d3cd0b6ca2515ada16ca7dcc8cce83031f (patch)
tree721073869733f2c2ceb5baf4d7de8252dd69a3f8 /gui/main-window.hpp
parent62ca8c07fdf8aed43c499476acc6aca7331d258f (diff)
gui: fix paths prior to moving into variant/default
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r--gui/main-window.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp
index e8863fa4..899fbe0b 100644
--- a/gui/main-window.hpp
+++ b/gui/main-window.hpp
@@ -11,9 +11,9 @@
#include "export.hpp"
#include "api/plugin-support.hpp"
-#include "mapping-dialog.hpp"
-#include "settings.hpp"
-#include "process_detector.h"
+#include "gui/mapping-dialog.hpp"
+#include "gui/settings.hpp"
+#include "gui/process_detector.h"
#include "logic/main-settings.hpp"
#include "logic/pipeline.hpp"
#include "logic/shortcuts.h"