diff options
Diffstat (limited to 'tracker-hydra/ftnoir_tracker_hydra.cpp')
-rw-r--r-- | tracker-hydra/ftnoir_tracker_hydra.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-hydra/ftnoir_tracker_hydra.cpp b/tracker-hydra/ftnoir_tracker_hydra.cpp index 33156f85..6b52153f 100644 --- a/tracker-hydra/ftnoir_tracker_hydra.cpp +++ b/tracker-hydra/ftnoir_tracker_hydra.cpp @@ -1,7 +1,7 @@ /* Copyright: "i couldn't care less what anyone does with the 5 lines of code i wrote" - mm0zct */ #include "ftnoir_tracker_hydra.h" -#include "opentrack/plugin-api.hpp" -#include "opentrack-compat/pi-constant.hpp" +#include "api/plugin-api.hpp" +#include "compat/pi-constant.hpp" #include <cstdio> #include <cmath> #ifdef _WIN32 |