From b024c752fb2e9789fdbaf769be9998f62bb5c483 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 21 Apr 2016 19:10:52 +0200 Subject: [PATCH] FS-9093: mod_cv: remove unneeded includes OpenCV contains various modules which have inter-module dependencies. While including freeswitch into buildroot we stumbled over the fact that mod_cv.cpp includes more headers than needed[1]. hese OpenCV headers are generic headers which require more OpenCV modules enabled than really used by Freeswitch. This patch fixes the problem. [1] http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/146662 Signed-off-by: Bernd Kuhls --- src/mod/applications/mod_cv/mod_cv.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mod/applications/mod_cv/mod_cv.cpp b/src/mod/applications/mod_cv/mod_cv.cpp index 5183adc40c..5c10b8d42b 100644 --- a/src/mod/applications/mod_cv/mod_cv.cpp +++ b/src/mod/applications/mod_cv/mod_cv.cpp @@ -40,9 +40,6 @@ using namespace cv; #include -#include -#include "cvaux.h" -#include "cxmisc.h" #include "highgui.h" #include #include