diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-13 12:31:56 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | ac8f7a3e7b29a5ce60ae751ee3a97e3b344c8f3f (patch) | |
tree | c68b70d8021be1937a4254af165e6df0c3f02083 /tracker-easy/module.cpp | |
parent | 4af0298b4844727e87964697357af088b63921d1 (diff) |
Easy Tracker: Renaming frame to preview.
Diffstat (limited to 'tracker-easy/module.cpp')
-rw-r--r-- | tracker-easy/module.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp index d24a1336..0c360e80 100644 --- a/tracker-easy/module.cpp +++ b/tracker-easy/module.cpp @@ -1,9 +1,7 @@ #include "tracker-easy.h" #include "tracker-easy-dialog.h" #include "tracker-easy-api.h" - #include "module.hpp" -#include "frame.hpp" #include "cv-point-extractor.h" |