diff options
Diffstat (limited to 'tracker-pt/camera.cpp')
-rw-r--r-- | tracker-pt/camera.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/camera.cpp b/tracker-pt/camera.cpp index e5901da1..c15bb2be 100644 --- a/tracker-pt/camera.cpp +++ b/tracker-pt/camera.cpp @@ -6,8 +6,8 @@ */ #include "camera.h" -#include "opentrack-compat/sleep.hpp" -#include "opentrack-compat/camera-names.hpp" +#include "compat/sleep.hpp" +#include "compat/camera-names.hpp" #include <string> #include <QDebug> |