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 | |
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')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.h | 1 | ||||
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.h b/ftnoir_tracker_pt/ftnoir_tracker_pt.h index 771631cd..3b9f1648 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.h @@ -22,7 +22,6 @@ #include <QMutex> #include <QMutexLocker> #include <QTime> -#include <opencv2/core/core.hpp> #include <atomic> #ifndef OPENTRACK_API # include <boost/shared_ptr.hpp> 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; |