diff options
Diffstat (limited to 'tracker-test/test.h')
-rw-r--r-- | tracker-test/test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-test/test.h b/tracker-test/test.h index afb11f6f..786d7705 100644 --- a/tracker-test/test.h +++ b/tracker-test/test.h @@ -1,8 +1,8 @@ #pragma once #include "ui_test.h" -#include "opentrack/plugin-api.hpp" -#include "opentrack-compat/timer.hpp" -#include "opentrack-compat/pi-constant.hpp" +#include "api/plugin-api.hpp" +#include "compat/timer.hpp" +#include "compat/pi-constant.hpp" class FTNoIR_Tracker : public ITracker { |