diff options
Diffstat (limited to 'src')
-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" |