diff options
author | Emil Velikov <[email protected]> | 2017-12-07 17:07:37 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-01-25 17:42:48 +0000 |
commit | 647f40298aa877ccd65818e8fb4495fc9f9a2dce (patch) | |
tree | 2ca671b0513a96f5659a7f75d635a8141ee3487e /src/mapi | |
parent | 48e7bc6833ed7adeb389306cf870812c492b161d (diff) |
mapi: remove non applicable HAVE_DIX_CONFIG_H hunk
Seeming artefact from when the xserver build was diving directly into
mesa's tree.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/glapi_priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapi/glapi/glapi_priv.h b/src/mapi/glapi/glapi_priv.h index 8f2c6775dc9..0e584f4be96 100644 --- a/src/mapi/glapi/glapi_priv.h +++ b/src/mapi/glapi/glapi_priv.h @@ -27,10 +27,6 @@ #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" |