diff options
author | Vinson Lee <[email protected]> | 2010-01-31 02:30:12 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-31 02:30:12 -0800 |
commit | 980fa564e4c01c7b95099a13fb2d8926c510da01 (patch) | |
tree | a0fc5f00f17068d2af8195d124adef9fdcf0e03c /src/mesa/main/getstring.c | |
parent | c8f781e0ad6d6516e8763b72d54f21c19f1abc3f (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/getstring.c')
-rw-r--r-- | src/mesa/main/getstring.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c index c203b046a5c..51dd5f77957 100644 --- a/src/mesa/main/getstring.c +++ b/src/mesa/main/getstring.c @@ -27,7 +27,6 @@ #include "glheader.h" #include "context.h" #include "get.h" -#include "version.h" #include "enums.h" #include "extensions.h" |