]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - src/threadctx.hpp
Unify CPU and GPU implementations of ComplexMat
[hercules2020/kcf.git] / src / threadctx.hpp
index 2faceb1e1d5805bef0dfed6ba392b8a56c85b81d..982905b96699b5928d39eb2ba158fc6920c2120f 100644 (file)
@@ -4,12 +4,7 @@
 #include <future>
 #include "dynmem.hpp"
 #include "kcf.h"
-
-#ifdef CUFFT
-#include "complexmat.cuh"
-#else
 #include "complexmat.hpp"
-#endif
 
 class KCF_Tracker;