summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/main-window.cpp2
-rw-r--r--gui/main-window.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp
index fbad58e8..40a3dcd5 100644
--- a/gui/main-window.cpp
+++ b/gui/main-window.cpp
@@ -7,7 +7,7 @@
*/
#include "main-window.hpp"
-#include "logic/tracker.h"
+#include "logic/pipeline.hpp"
#include "options/options.hpp"
#include "opentrack-library-path.h"
#include "new_file_dialog.h"
diff --git a/gui/main-window.hpp b/gui/main-window.hpp
index 3fde4301..b41c1df9 100644
--- a/gui/main-window.hpp
+++ b/gui/main-window.hpp
@@ -13,7 +13,7 @@
#include "options-dialog.hpp"
#include "process_detector.h"
#include "logic/main-settings.hpp"
-#include "logic/tracker.h"
+#include "logic/pipeline.hpp"
#include "logic/shortcuts.h"
#include "logic/work.hpp"
#include "logic/state.hpp"