From af9e3a254a4d9fab99dfbf2ea6427dca214c7895 Mon Sep 17 00:00:00 2001 From: berak Date: Wed, 29 Apr 2020 09:19:50 +0200 Subject: [PATCH] dnn_objdetect: remove highgui header from core_detect.hpp --- modules/dnn_objdetect/include/opencv2/core_detect.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dnn_objdetect/include/opencv2/core_detect.hpp b/modules/dnn_objdetect/include/opencv2/core_detect.hpp index 46a5017ea..a107b6e85 100644 --- a/modules/dnn_objdetect/include/opencv2/core_detect.hpp +++ b/modules/dnn_objdetect/include/opencv2/core_detect.hpp @@ -7,7 +7,6 @@ #include #include -#include #include /** @defgroup dnn_objdetect DNN used for object detection