summaryrefslogtreecommitdiffhomepage
path: root/opentrack/plugin-api.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/plugin-api.hpp')
-rw-r--r--opentrack/plugin-api.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/opentrack/plugin-api.hpp b/opentrack/plugin-api.hpp
index a8996d63..c5a93e70 100644
--- a/opentrack/plugin-api.hpp
+++ b/opentrack/plugin-api.hpp
@@ -6,6 +6,4 @@ enum Axis {
TX = 0, TY, TZ, Yaw, Pitch, Roll
};
-#ifndef OPENTRACK_CROSS_ONLY
-# include "plugin-qt-api.hpp"
-#endif \ No newline at end of file
+#include "plugin-qt-api.hpp"