diff options
author | George Sapountzis <[email protected]> | 2010-03-09 22:03:24 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-09 22:04:50 +0200 |
commit | fe14868d96d4820dba73c3a507d191b8a73c6870 (patch) | |
tree | 43aacfc3f06f784b36f235f2f7d96a55a625d099 /src/gallium | |
parent | dc1e4cf87fdab5a57049fbf4180e3597d80323cd (diff) |
drop stray XFree86Server, XGLServer
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/include/pipe/p_compiler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h index b93b38310ac..e2766d15cd1 100644 --- a/src/gallium/include/pipe/p_compiler.h +++ b/src/gallium/include/pipe/p_compiler.h @@ -31,13 +31,8 @@ #include "p_config.h" -#ifndef XFree86Server #include <stdlib.h> #include <string.h> -#else -#include "xf86_ansic.h" -#include "xf86_libc.h" -#endif #include <stddef.h> #include <stdarg.h> |