From 5ddf3f8f7e952921b110ae3c12d3d1ccbb3e95b1 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 8 Sep 2014 22:41:25 -0700 Subject: [PATCH] Make sure not to use C++ headers - fixes #18 --- opencv/opencv.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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_ - -