libs: remove unneeded headers
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 4 Nov 2015 15:50:44 +0000 (16:50 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 9 Nov 2015 14:12:31 +0000 (15:12 +0100)
commitf182fcfb379344690292c52542f92a9e7f0bf1a3
treef4e243ccf5102e5a2b923d5e3a73349d2513aa0f
parentbf046cd0b6feda503e62b1341b78cbacf86aff4a
libs: remove unneeded headers

Since gstvaapidisplay_glx.h do not expose gl.h/glx.h structures, it is not
required to include them in the header. It is not also required to include
them in gstvaapidisplay_glx.c, since gstvaapiutils_glx.h includes them and
exposes their structures (e.g. GLXPixmap).

Nonetheless, glext.h neither glxext.h are required to include, they are
already included conditionally by gl.h and glx.h, respectively.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=757577
gst-libs/gst/vaapi/gstvaapidisplay_glx.h
gst-libs/gst/vaapi/gstvaapiutils_glx.h