From 2cb93951df15406abca437cf88c8c7d8014950bf Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 29 Apr 2014 16:44:59 +0200 Subject: [PATCH] tests: drop direct include It is only allowed to include gdk/gdkx.h and that will bring all the x11 things. --- tests/examples/gl/gtk/gstgtk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/examples/gl/gtk/gstgtk.c b/tests/examples/gl/gtk/gstgtk.c index b13304c890..07cd08d2df 100644 --- a/tests/examples/gl/gtk/gstgtk.c +++ b/tests/examples/gl/gtk/gstgtk.c @@ -29,7 +29,6 @@ #endif #if GST_GL_HAVE_WINDOW_X11 && defined(GDK_WINDOWING_X11) #include -#include #endif #if GST_GL_HAVE_WINDOW_COCOA && defined(GDK_WINDOWING_QUARTZ) #include