mapi: remove non applicable HAVE_DIX_CONFIG_H hunk
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 7 Dec 2017 17:07:37 +0000 (17:07 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 25 Jan 2018 17:42:48 +0000 (17:42 +0000)
Seeming artefact from when the xserver build was diving directly into
mesa's tree.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/glapi_priv.h

index 8f2c6775dc98806b3c61d44eb55728bc46d1b57e..0e584f4be9627fc844bc231ae85a42da3276a0cc 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"
@@ -44,8 +40,6 @@ typedef int GLclampx;
 typedef void *GLeglImageOES;
 #endif
 
-#endif /* HAVE_DIX_CONFIG_H */
-
 #include "glapi/glapi.h"