diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-16 10:18:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-16 10:18:03 +0200 |
commit | 8c7f5b4a4cc84acb843957f0dea6a52faffd87a5 (patch) | |
tree | e55da82c55670ea46c7493721fd7acb42411b8b3 /ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | |
parent | deb7a542d465e69462e0ca500d21db9d97e14aea (diff) |
pt: include opencv headers only when necessary
Settings header can't have it since it's included in ui in trackhat
branch
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h index 30647412..14786013 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h @@ -8,8 +8,6 @@ #ifndef FTNOIR_TRACKER_PT_SETTINGS_H #define FTNOIR_TRACKER_PT_SETTINGS_H -#include <opencv2/core/core.hpp> - #include "opentrack/options.hpp" using namespace options; |