From 53b3deed6f2b82aee41fa27712db7052f35a22fb Mon Sep 17 00:00:00 2001 From: Amy Winston Date: Wed, 2 Mar 2016 13:28:06 +0100 Subject: [PATCH] include of xobjdetect.hpp removed For some unknown reason xobjdetect.hpp is included twice. --- modules/xobjdetect/src/precomp.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/xobjdetect/src/precomp.hpp b/modules/xobjdetect/src/precomp.hpp index a83f78715..daf8f615e 100644 --- a/modules/xobjdetect/src/precomp.hpp +++ b/modules/xobjdetect/src/precomp.hpp @@ -76,6 +76,5 @@ the use of this software, even if advised of the possibility of such damage. #include "lbpfeatures.h" #include "waldboost.hpp" #include "wbdetector.hpp" -#include #endif /* __OPENCV_XOBJDETECT_PRECOMP_HPP__ */