X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fvideo_filter%2Fopencv_wrapper.c;h=2055dbf9d4d0ad1fa18ecb2e688189a4b962fa89;hb=9580417f22c2b5a68daf68cb5808b506a12311f9;hp=7b71058aa4c2cccd1b5cd25db76522645a9e72ea;hpb=27cdd6eb494feb8da6ea6fd4112b1b066b5f4f3a;p=vlc diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c index 7b71058aa4..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 @@ -41,11 +37,13 @@ #include #include "filter_common.h" -#include #include #include #include +#include +#include + /***************************************************************************** * Local prototypes