diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 22:25:22 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 23:05:21 +0200 |
commit | d65936200a2756e6619a109fa6fa673b91df802e (patch) | |
tree | 80b6b6fc7ba9023cbe47290b8ae1bc5468a19bb1 /tracker-pt/module/camera.h | |
parent | 4046773c41ee3c0f65840828ab983cfd13451c85 (diff) |
modernize C++ syntax
No visible changes (hopefully).
Diffstat (limited to 'tracker-pt/module/camera.h')
-rw-r--r-- | tracker-pt/module/camera.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tracker-pt/module/camera.h b/tracker-pt/module/camera.h index 05ca93dd..f3f88cc5 100644 --- a/tracker-pt/module/camera.h +++ b/tracker-pt/module/camera.h @@ -8,12 +8,9 @@ #pragma once #include "pt-api.hpp" - #include "compat/timer.hpp" -#include <functional> #include <memory> -#include <tuple> #include <opencv2/core.hpp> #include <opencv2/videoio.hpp> |