提交 b024c752 authored 作者: Bernd Kuhls's avatar Bernd Kuhls

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/146662Signed-off-by: 's avatarBernd Kuhls <bernd.kuhls@t-online.de>
上级 f0dcd706
......@@ -40,9 +40,6 @@ using namespace cv;
#include <switch.h>
#include <cv.h>
#include "cvaux.h"
#include "cxmisc.h"
#include "highgui.h"
#include <stdio.h>
#include <stdlib.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论