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
This commit is contained in:
Víctor Manuel Jáquez Leal 2015-11-04 16:50:44 +01:00
parent bf046cd0b6
commit f182fcfb37
2 changed files with 0 additions and 4 deletions

View file

@ -25,8 +25,6 @@
#ifndef GST_VAAPI_DISPLAY_GLX_H #ifndef GST_VAAPI_DISPLAY_GLX_H
#define GST_VAAPI_DISPLAY_GLX_H #define GST_VAAPI_DISPLAY_GLX_H
#include <GL/gl.h>
#include <GL/glx.h>
#include <gst/vaapi/gstvaapidisplay_x11.h> #include <gst/vaapi/gstvaapidisplay_x11.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View file

@ -28,9 +28,7 @@
#include "config.h" #include "config.h"
#include "libgstvaapi_priv_check.h" #include "libgstvaapi_priv_check.h"
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glext.h>
#include <GL/glx.h> #include <GL/glx.h>
#include <GL/glxext.h>
#include <glib.h> #include <glib.h>
#if GLX_GLXEXT_VERSION < 18 #if GLX_GLXEXT_VERSION < 18