tests: drop direct include
authorStefan Sauer <ensonic@users.sf.net>
Tue, 29 Apr 2014 14:44:59 +0000 (16:44 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:38 +0000 (19:31 +0000)
It is only allowed to include gdk/gdkx.h and that will bring all the x11 things.

tests/examples/gl/gtk/gstgtk.c

index b13304c8903e6fbed15836794b374a64b5798304..07cd08d2dfde96c791d84b6ec027a2f70d266293 100644 (file)
@@ -29,7 +29,6 @@
 #endif
 #if GST_GL_HAVE_WINDOW_X11 && defined(GDK_WINDOWING_X11)
 #include <gdk/gdkx.h>
-#include <gdk/x11/gdkx11display.h>
 #endif
 #if GST_GL_HAVE_WINDOW_COCOA && defined(GDK_WINDOWING_QUARTZ)
 #include <gdk/gdkquartz.h>