summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hydra
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-15 13:03:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-15 13:03:02 +0200
commit216af92eae96b014758a9bc89b9eacb3e0dff9de (patch)
tree8dab802932b37d54fdbf78fbfe860eece1bfb114 /ftnoir_tracker_hydra
parent32196af69447cd2c901e6d01f72b640f2eaa6b2b (diff)
hydra: don't include as many headers when not used
Diffstat (limited to 'ftnoir_tracker_hydra')
-rw-r--r--ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp
index 2561c624..7333fbc4 100644
--- a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp
+++ b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp
@@ -9,13 +9,12 @@
#endif
#include <sixense.h>
#include <sixense_math.hpp>
-#ifdef WIN32
-#include <sixense_utils/mouse_pointer.hpp>
-#endif
+#if 0
#include <sixense_utils/derivatives.hpp>
#include <sixense_utils/button_states.hpp>
#include <sixense_utils/event_triggers.hpp>
#include <sixense_utils/controller_manager/controller_manager.hpp>
+#endif
Hydra_Tracker::Hydra_Tracker()
{