summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-11 18:27:04 -0700
committerVinson Lee <vlee@vmware.com>2010-04-11 18:27:04 -0700
commit132a590d5e76de7ddfacdb0dcc160429c309d19d (patch)
tree6657218e86e8801afc34af0fe0aa6ae30e869755 /src/gallium/drivers/r300/r300_context.c
parentc7dda49affce18afb1ec608a987766845dea8660 (diff)
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 490f77341f..38b8e35e5c 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -35,7 +35,6 @@
#include "r300_screen.h"
#include "r300_screen_buffer.h"
#include "r300_state_invariant.h"
-#include "r300_transfer.h"
#include "r300_winsys.h"
static void r300_destroy_context(struct pipe_context* context)