From daa6d821a4d6823cc49497fc2dce6916812bdefb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 18 Jul 2016 12:15:14 +0200 Subject: tracker/rift: reorder includes --- tracker-rift-080/ftnoir_tracker_rift_080.cpp | 6 +++--- tracker-rift-080/ftnoir_tracker_rift_080.h | 9 ++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'tracker-rift-080') diff --git a/tracker-rift-080/ftnoir_tracker_rift_080.cpp b/tracker-rift-080/ftnoir_tracker_rift_080.cpp index 94c8dc41..3b8b8752 100644 --- a/tracker-rift-080/ftnoir_tracker_rift_080.cpp +++ b/tracker-rift-080/ftnoir_tracker_rift_080.cpp @@ -1,10 +1,10 @@ /* Copyright: "i couldn't care less what anyone does with the 5 lines of code i wrote" - mm0zct */ #include "ftnoir_tracker_rift_080.h" #include "opentrack/plugin-api.hpp" -#include "OVR_CAPI.h" -#include "Extras/OVR_Math.h" -#include "OVR_CAPI_0_8_0.h" #include "opentrack-compat/pi-constant.hpp" +#include +#include +#include #include using namespace OVR; diff --git a/tracker-rift-080/ftnoir_tracker_rift_080.h b/tracker-rift-080/ftnoir_tracker_rift_080.h index 879d31d2..280a729c 100644 --- a/tracker-rift-080/ftnoir_tracker_rift_080.h +++ b/tracker-rift-080/ftnoir_tracker_rift_080.h @@ -1,12 +1,11 @@ #pragma once #include "ui_ftnoir_rift_clientcontrols_080.h" -#include -#include -#include #include "opentrack/plugin-api.hpp" -#include "OVR.h" -#include #include "opentrack-compat/options.hpp" +#include +#include +#include +#include using namespace options; struct settings : opts { -- cgit v1.2.3