From 94f04e82a10992ff76e2aa8f7f02bb8983643b52 Mon Sep 17 00:00:00 2001
From: Stéphane Lenclud <github@lenclud.com>
Date: Mon, 15 Apr 2019 12:22:05 +0200
Subject: Easy Tracker: Removing point extractor interface. Using cv::Point
 instead of vec2.

---
 tracker-easy/module.cpp | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'tracker-easy/module.cpp')

diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp
index b7b60fa8..9f5461d5 100644
--- a/tracker-easy/module.cpp
+++ b/tracker-easy/module.cpp
@@ -1,13 +1,9 @@
 #include "tracker-easy.h"
 #include "tracker-easy-dialog.h"
-#include "tracker-easy-api.h"
 #include "module.hpp"
-#include "point-extractor.h"
 
 #include <memory>
 
-
-
 namespace EasyTracker
 {
 
-- 
cgit v1.2.3