diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 13:03:28 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 13:03:28 +0000 |
commit | cd2d5c140dd8e13105c3eca589284feb3fb20827 (patch) | |
tree | 79dc266e72026682372135bb0533846975f5bd31 | |
parent | 2b7cc47990bf6ee9a3cdc55e3c64835bde69fea6 (diff) |
gtk: don't include uninstalled header
-rw-r--r-- | ext/gtk/gtkgstglwidget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gtk/gtkgstglwidget.c b/ext/gtk/gtkgstglwidget.c index fdece48e8..76c46c9c8 100644 --- a/ext/gtk/gtkgstglwidget.c +++ b/ext/gtk/gtkgstglwidget.c @@ -32,7 +32,6 @@ #if GST_GL_HAVE_WINDOW_X11 && GST_GL_HAVE_PLATFORM_GLX && defined (GDK_WINDOWING_X11) #include <gdk/gdkx.h> #include <gst/gl/x11/gstgldisplay_x11.h> -#include <gst/gl/x11/gstglcontext_glx.h> #endif #if GST_GL_HAVE_WINDOW_WAYLAND && GST_GL_HAVE_PLATFORM_EGL && defined (GDK_WINDOWING_WAYLAND) |