summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-10-11 08:54:35 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-10-19 14:46:24 +0200
commit2083e87f388cf365523c5b5f2c5f9eb143d538ab (patch)
tree5aa1cfdcd229183d0d58c8e806b54458947afbe3 /tracker-pt
parente6a9c66a233a84bae5c6dba9ac531943f00fc97f (diff)
tracker/pt: minor cleanup
Diffstat (limited to 'tracker-pt')
-rw-r--r--tracker-pt/point_tracker.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h
index 9530c338..79344076 100644
--- a/tracker-pt/point_tracker.h
+++ b/tracker-pt/point_tracker.h
@@ -5,15 +5,15 @@
* copyright notice and this permission notice appear in all copies.
*/
-#ifndef POINTTRACKER_H
-#define POINTTRACKER_H
+#pragma once
#include "compat/timer.hpp"
#include "ftnoir_tracker_pt_settings.h"
using namespace pt_types;
-#include <opencv2/core/core.hpp>
+#include <opencv2/core.hpp>
+#include <cstddef>
#include <memory>
#include <vector>
#include <array>
@@ -102,5 +102,3 @@ private:
Timer t;
bool init_phase;
};
-
-#endif //POINTTRACKER_H