mapi: remove duplicate GL typedefs

Remove the instances already available in gl.h or glext.h.
Sadly GLclampx is only available in GLES(1) so we need to keep that one.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Emil Velikov 2017-12-07 17:07:38 +00:00 committed by Emil Velikov
parent 647f40298a
commit 3e3956d6ae
1 changed files with 0 additions and 7 deletions

View File

@ -31,15 +31,8 @@
#include "GL/gl.h"
#include "GL/glext.h"
#ifndef GL_OES_fixed_point
typedef int GLfixed;
#endif
typedef int GLclampx;
#ifndef GL_OES_EGL_image
typedef void *GLeglImageOES;
#endif
#include "glapi/glapi.h"