mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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:
parent
6b1b6d25de
commit
2cb93951df
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
#endif
|
#endif
|
||||||
#if GST_GL_HAVE_WINDOW_X11 && defined(GDK_WINDOWING_X11)
|
#if GST_GL_HAVE_WINDOW_X11 && defined(GDK_WINDOWING_X11)
|
||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
#include <gdk/x11/gdkx11display.h>
|
|
||||||
#endif
|
#endif
|
||||||
#if GST_GL_HAVE_WINDOW_COCOA && defined(GDK_WINDOWING_QUARTZ)
|
#if GST_GL_HAVE_WINDOW_COCOA && defined(GDK_WINDOWING_QUARTZ)
|
||||||
#include <gdk/gdkquartz.h>
|
#include <gdk/gdkquartz.h>
|
||||||
|
|
Loading…
Reference in a new issue