diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-18 12:15:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-19 07:17:23 +0200 |
commit | daa6d821a4d6823cc49497fc2dce6916812bdefb (patch) | |
tree | e6143cd5f3624b10837aa310b2e17d1ffd8cb47e /tracker-rift-042/ftnoir_tracker_rift_042.h | |
parent | a9b804e18c811c781a099a70b960f5bbde61257d (diff) |
tracker/rift: reorder includes
Diffstat (limited to 'tracker-rift-042/ftnoir_tracker_rift_042.h')
-rw-r--r-- | tracker-rift-042/ftnoir_tracker_rift_042.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-rift-042/ftnoir_tracker_rift_042.h b/tracker-rift-042/ftnoir_tracker_rift_042.h index 77e7ffa6..e39ac654 100644 --- a/tracker-rift-042/ftnoir_tracker_rift_042.h +++ b/tracker-rift-042/ftnoir_tracker_rift_042.h @@ -1,12 +1,12 @@ #pragma once #include "ui_ftnoir_rift_clientcontrols_042.h" +#include "opentrack/plugin-api.hpp" +#include "opentrack-compat/options.hpp" +#include <OVR.h> #include <QMessageBox> #include <QWaitCondition> #include <cmath> -#include "opentrack/plugin-api.hpp" -#include "OVR.h" #include <memory> -#include "opentrack-compat/options.hpp" using namespace options; struct settings : opts { |