diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 23:13:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-24 19:33:34 +0200 |
commit | cc5c36f5cba605cb416d116b4861e447e555ad8a (patch) | |
tree | d38aed18fa4cfe749baab019d34aed7466f2893c /ftnoir_tracker_hydra | |
parent | 6310488fda7a85b0f330e4ca6c7781873fe5b582 (diff) |
nix needless include
Diffstat (limited to 'ftnoir_tracker_hydra')
-rw-r--r-- | ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp index 42de16c1..b7d078c2 100644 --- a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp +++ b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.cpp @@ -1,7 +1,6 @@ /* Copyright: "i couldn't care less what anyone does with the 5 lines of code i wrote" - mm0zct */ #include "ftnoir_tracker_hydra.h" #include "facetracknoir/plugin-support.h" -#include "facetracknoir/rotation.h" #include <cstdio> #ifdef _WIN32 # define SIXENSE_STATIC_LIB |