From: Tony Date: Tue, 8 Apr 2014 22:13:27 +0000 (+0100) Subject: Change quotes around GTK headers for angle brackets X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~369^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65f63421fab1700f531f6c932fe222878c426900;p=profile%2Fivi%2Fopencv.git Change quotes around GTK headers for angle brackets The linux buildbots have started to fail compilation due to not finding the gtk headers. The quotes have been changed to angle brackets to indicate to the compiler that these are system includes. --- diff --git a/modules/highgui/src/window_gtk.cpp b/modules/highgui/src/window_gtk.cpp index a8dacff..0d53276 100644 --- a/modules/highgui/src/window_gtk.cpp +++ b/modules/highgui/src/window_gtk.cpp @@ -45,8 +45,8 @@ #if defined (HAVE_GTK) -#include "gtk/gtk.h" -#include "gdk/gdkkeysyms.h" +#include +#include #include #include