diff options
author | Brian Paul <[email protected]> | 2015-03-13 13:12:12 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-18 09:01:50 -0600 |
commit | 9fbbd60c1da4467683d93540c64164ad337ce454 (patch) | |
tree | bef376804e82a6fd06f93c402304685db8aa9e9c /src/mapi/glapi/glapi_priv.h | |
parent | 4009d22b61e76850b1b725f4e491da05c2406fa4 (diff) |
mapi: move some #includes from .h file to .c files
Just include things where they're needed.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/glapi/glapi_priv.h')
-rw-r--r-- | src/mapi/glapi/glapi_priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapi/glapi/glapi_priv.h b/src/mapi/glapi/glapi_priv.h index d3682603d6f..50f710edc8a 100644 --- a/src/mapi/glapi/glapi_priv.h +++ b/src/mapi/glapi/glapi_priv.h @@ -26,9 +26,6 @@ #ifndef _GLAPI_PRIV_H #define _GLAPI_PRIV_H -#include <stdlib.h> -#include <string.h> -#include <stdio.h> #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> |