diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-01 21:10:53 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | f20687d2d5f9b0542fedf0f45291024846d30d28 (patch) | |
tree | a0a420531d5ed55004128ff141a8680609cdf9dd /tracker-easy/module.cpp | |
parent | 90fa6c8ee4485f0217ce86feba9eb4408baa67ff (diff) |
Easy Tracker: Renaming some files
Diffstat (limited to 'tracker-easy/module.cpp')
-rw-r--r-- | tracker-easy/module.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp index 9aa71385..10d25369 100644 --- a/tracker-easy/module.cpp +++ b/tracker-easy/module.cpp @@ -1,12 +1,12 @@ -#include "ftnoir_tracker_pt.h" +#include "tracker-easy.h" +#include "tracker-easy-dialog.h" +#include "tracker-easy-api.h" #include "module.hpp" #include "camera.h" #include "frame.hpp" #include "point_extractor.h" -#include "ftnoir_tracker_pt_dialog.h" -#include "pt-api.hpp" #include <memory> |