summaryrefslogtreecommitdiffhomepage
path: root/tracker-rift-042/ftnoir_tracker_rift_042.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-18 12:15:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-19 07:17:23 +0200
commitdaa6d821a4d6823cc49497fc2dce6916812bdefb (patch)
treee6143cd5f3624b10837aa310b2e17d1ffd8cb47e /tracker-rift-042/ftnoir_tracker_rift_042.cpp
parenta9b804e18c811c781a099a70b960f5bbde61257d (diff)
tracker/rift: reorder includes
Diffstat (limited to 'tracker-rift-042/ftnoir_tracker_rift_042.cpp')
-rw-r--r--tracker-rift-042/ftnoir_tracker_rift_042.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tracker-rift-042/ftnoir_tracker_rift_042.cpp b/tracker-rift-042/ftnoir_tracker_rift_042.cpp
index 749a927f..a49f7d23 100644
--- a/tracker-rift-042/ftnoir_tracker_rift_042.cpp
+++ b/tracker-rift-042/ftnoir_tracker_rift_042.cpp
@@ -1,8 +1,9 @@
/* Copyright: "i couldn't care less what anyone does with the 5 lines of code i wrote" - mm0zct */
#include "ftnoir_tracker_rift_042.h"
#include "opentrack/plugin-api.hpp"
-#include "OVR_CAPI.h"
-#include "Kernel/OVR_Math.h"
+#include "opentrack-compat/pi-constant.hpp"
+#include <OVR_CAPI.h>
+#include <Kernel/OVR_Math.h>
#include <cstdio>
#include <cstring>
#include <cmath>