mapi: remove duplicate GL typedefs
[mesa.git] / src / mapi / glapi / glapi_priv.h
index 4eb0911df4592bd77d9c69d71913f14e14120242..ddfc594a9792bd7398e6afb19954a1da01b993b2 100644 (file)
 #define _GLAPI_PRIV_H
 
 
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#include "glapi/mesa.h"
-#else /* HAVE_DIX_CONFIG_H */
 #define GL_GLEXT_PROTOTYPES
 #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
-
-#endif /* HAVE_DIX_CONFIG_H */
-
 #include "glapi/glapi.h"
 
 
@@ -53,12 +40,6 @@ typedef void *GLeglImageOES;
 extern "C" {
 #endif
 
-/* getproc */
-
-extern void
-_glapi_check_table(const struct _glapi_table *table);
-
-
 /* entrypoint */
 
 extern void