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 b13304c..07cd08d 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>