diff options
author | Vinson Lee <vlee@vmware.com> | 2010-04-11 18:27:04 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-04-11 18:27:04 -0700 |
commit | 132a590d5e76de7ddfacdb0dcc160429c309d19d (patch) | |
tree | 6657218e86e8801afc34af0fe0aa6ae30e869755 /src/gallium/drivers | |
parent | c7dda49affce18afb1ec608a987766845dea8660 (diff) |
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 | ||||
-rw-r--r-- | 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 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) diff --git a/src/gallium/drivers/r300/r300_resource.c b/src/gallium/drivers/r300/r300_resource.c index 84e3fdd137..0469b21b75 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" |