diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-19 08:33:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-19 14:07:16 +0200 |
commit | edd8680615e842375d8c9af25427784ed01f4fab (patch) | |
tree | ed3483692c46cad415e2ea54f6b088f124b5d777 /tracker-pt/ftnoir_tracker_pt.h | |
parent | 848fc5b13a7d76e89010781239d0dd701e51337d (diff) |
cv, tracker/pt: cleanup opencv includes
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h index 416b0ebe..a793f94b 100644 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -19,8 +19,6 @@ #include <memory> #include <vector> -#include <opencv2/core.hpp> - #include <QThread> #include <QMutex> #include <QLayout> |