diff options
author | Vinson Lee <[email protected]> | 2010-01-27 16:11:23 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-27 16:12:51 -0800 |
commit | 978568c647844693f602364bd9e1041d1cecea4f (patch) | |
tree | d143aaa9c59f894aa3cf8231601563a5fc0e22ef /src/gallium/drivers/r300/r300_debug.c | |
parent | dd89ac249c56d04bbc23ecd9877426af9f09269c (diff) |
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index 00d4f31c2b6..b881730848a 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -22,8 +22,6 @@ #include "r300_context.h" -#include <ctype.h> - struct debug_option { const char * name; |