Mesa (master): r300g: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 12 01:27:26 UTC 2010


Module: Mesa
Branch: master
Commit: 132a590d5e76de7ddfacdb0dcc160429c309d19d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=132a590d5e76de7ddfacdb0dcc160429c309d19d

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Apr 11 18:27:04 2010 -0700

r300g: Remove unnecessary headers.

---

 src/gallium/drivers/r300/r300_context.c  |    1 -
 src/gallium/drivers/r300/r300_resource.c |    2 --
 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"




More information about the mesa-commit mailing list