Change quotes around GTK headers for angle brackets
authorTony <exocoder@gmail.com>
Tue, 8 Apr 2014 22:13:27 +0000 (23:13 +0100)
committerTony <exocoder@gmail.com>
Sun, 13 Apr 2014 10:07:38 +0000 (11:07 +0100)
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.

modules/highgui/src/window_gtk.cpp

index a8dacff..0d53276 100644 (file)
@@ -45,8 +45,8 @@
 
 #if defined (HAVE_GTK)
 
-#include "gtk/gtk.h"
-#include "gdk/gdkkeysyms.h"
+#include <gtk/gtk.h>
+#include <gdk/gdkkeysyms.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <stdio.h>