summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_query.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-18 22:51:35 -0700
committerVinson Lee <vlee@vmware.com>2010-04-18 22:51:35 -0700
commit5b83e0ea04dcb83ff0225f1e939cfc3bc2bdc7af (patch)
treefd125050dc06dada027186c2f9ccf10c220e5ac6 /src/gallium/drivers/r300/r300_query.c
parentc61db7d200dde4c9cb896b5b5760d923f54620fc (diff)
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r300/r300_query.c')
-rw-r--r--src/gallium/drivers/r300/r300_query.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_query.c b/src/gallium/drivers/r300/r300_query.c
index 398edb9d10..5c27796e89 100644
--- a/src/gallium/drivers/r300/r300_query.c
+++ b/src/gallium/drivers/r300/r300_query.c
@@ -25,10 +25,8 @@
#include "r300_context.h"
#include "r300_screen.h"
-#include "r300_cs.h"
#include "r300_emit.h"
#include "r300_query.h"
-#include "r300_reg.h"
#include <stdio.h>