From bdcee1948728fa600f992c29be0b63dd905c5678 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Sun, 7 Mar 2010 20:36:06 +0100 Subject: [PATCH] OpenCV: include config.h first --- modules/video_filter/opencv_example.cpp | 7 +++---- modules/video_filter/opencv_wrapper.c | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/modules/video_filter/opencv_example.cpp b/modules/video_filter/opencv_example.cpp index 4f1f087514..159697f4cd 100644 --- a/modules/video_filter/opencv_example.cpp +++ b/modules/video_filter/opencv_example.cpp @@ -25,10 +25,6 @@ /***************************************************************************** * Preamble *****************************************************************************/ -#include -#include -#include - #ifdef HAVE_CONFIG_H # include "config.h" @@ -42,6 +38,9 @@ #include #include "filter_event_info.h" +#include +#include + /***************************************************************************** * filter_sys_t : filter descriptor *****************************************************************************/ diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c index f0bea126b4..2055dbf9d4 100644 --- a/modules/video_filter/opencv_wrapper.c +++ b/modules/video_filter/opencv_wrapper.c @@ -24,10 +24,6 @@ * Preamble *****************************************************************************/ -#include -#include -#include - #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -45,6 +41,9 @@ #include #include +#include +#include + /***************************************************************************** * Local prototypes -- 2.11.4.GIT