summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_debug.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-27 16:11:23 -0800
committerVinson Lee <vlee@vmware.com>2010-01-27 16:12:51 -0800
commit978568c647844693f602364bd9e1041d1cecea4f (patch)
treed143aaa9c59f894aa3cf8231601563a5fc0e22ef /src/gallium/drivers/r300/r300_debug.c
parentdd89ac249c56d04bbc23ecd9877426af9f09269c (diff)
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r--src/gallium/drivers/r300/r300_debug.c2
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 00d4f31c2b..b881730848 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;