tests: drop direct include

It is only allowed to include gdk/gdkx.h and that will bring all the x11 things.
This commit is contained in:
Stefan Sauer 2014-04-29 16:44:59 +02:00
parent 6bb08d1267
commit f3cb98d512

View 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>