diff options
Diffstat (limited to 'gui/main-window.cpp')
-rw-r--r-- | gui/main-window.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 667c3032..70652201 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -7,8 +7,8 @@ */ #include "main-window.hpp" -#include "opentrack-logic/tracker.h" -#include "opentrack-compat/options.hpp" +#include "logic/tracker.h" +#include "compat/options.hpp" #include "opentrack-library-path.h" #include "new_file_dialog.h" #include <QFile> |