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.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.h')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.h | 1 |
1 files changed, 0 insertions, 1 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> |