summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
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
parentc7dda49affce18afb1ec608a987766845dea8660 (diff)
downloadexternal_mesa3d-132a590d5e76de7ddfacdb0dcc160429c309d19d.zip
external_mesa3d-132a590d5e76de7ddfacdb0dcc160429c309d19d.tar.gz
external_mesa3d-132a590d5e76de7ddfacdb0dcc160429c309d19d.tar.bz2
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/r300/r300_context.c1
-rw-r--r--src/gallium/drivers/r300/r300_resource.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 490f773..38b8e35 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)
diff --git a/src/gallium/drivers/r300/r300_resource.c b/src/gallium/drivers/r300/r300_resource.c
index 84e3fdd..0469b21 100644
--- a/src/gallium/drivers/r300/r300_resource.c
+++ b/src/gallium/drivers/r300/r300_resource.c
@@ -32,9 +32,7 @@
#include "r300_context.h"
#include "r300_texture.h"
-#include "r300_transfer.h"
#include "r300_screen.h"
-#include "r300_state_inlines.h"
#include "r300_screen_buffer.h"
#include "r300_winsys.h"