diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 23:13:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 23:13:17 +0200 |
commit | 0d80cd4a9c77b2ecbb515fb9d20c78f400c40851 (patch) | |
tree | 57ba6b449d425ca3e511e23d06481519718009e7 | |
parent | fadd2f3475aed347d2a06a08cc9c2e7fe53fbba9 (diff) |
nix needless include
-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 |