From: Stefan Sauer Date: Tue, 29 Apr 2014 14:44:59 +0000 (+0200) Subject: tests: drop direct include X-Git-Tag: 1.19.3~511^2~1989^2~1540 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cb93951df15406abca437cf88c8c7d8014950bf;p=platform%2Fupstream%2Fgstreamer.git tests: drop direct include It is only allowed to include gdk/gdkx.h and that will bring all the x11 things. --- diff --git a/tests/examples/gl/gtk/gstgtk.c b/tests/examples/gl/gtk/gstgtk.c index b13304c..07cd08d 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