diff --git a/opencv/opencv.h b/opencv/opencv.h index 1d8f4c5..0a909d0 100644 --- a/opencv/opencv.h +++ b/opencv/opencv.h @@ -7,16 +7,12 @@ #ifndef _GO_OPENCV_BINDING_H_ #define _GO_OPENCV_BINDING_H_ -// OpenCV 2.4.x #include #include #include #include #include -#include -#include -#include -#include +#include // Trackbar int GoOpenCV_CreateTrackbar( @@ -38,5 +34,3 @@ unsigned GoOpenCV_FOURCC_( ); #endif // _GO_OPENCV_BINDING_H_ - -