From 110bf56dc41aec1bb7827e7212787d438b09d7f3 Mon Sep 17 00:00:00 2001 From: xavier Date: Fri, 21 Feb 2020 11:14:52 +0100 Subject: [PATCH] Fix include error Signed-off-by: xavier --- include/sorting.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/sorting.h b/include/sorting.h index 23fd34b..7e90f11 100644 --- a/include/sorting.h +++ b/include/sorting.h @@ -6,10 +6,6 @@ #include #include -#include -#include -#include -#include "opencv2/opencv.hpp" #include "tkdnn.h"