From: Vinson Lee Date: Wed, 15 Sep 2010 00:42:47 +0000 (-0700) Subject: r600g: Remove unnecessary headers. X-Git-Tag: 062012170305~9563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a8a5061580f41185cf0fb4cae89e78d67810b7b;p=profile%2Fivi%2Fmesa.git r600g: Remove unnecessary headers. --- diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c index 80573a6..b72494e 100644 --- a/src/gallium/drivers/r600/r600_context.c +++ b/src/gallium/drivers/r600/r600_context.c @@ -32,7 +32,6 @@ #include "r600_screen.h" #include "r600_context.h" #include "r600_resource.h" -#include "r600d.h" static void r600_destroy_context(struct pipe_context *context) { diff --git a/src/gallium/drivers/r600/r600_state.c b/src/gallium/drivers/r600/r600_state.c index 8816592..5a4a72d 100644 --- a/src/gallium/drivers/r600/r600_state.c +++ b/src/gallium/drivers/r600/r600_state.c @@ -32,8 +32,6 @@ #include "r600_screen.h" #include "r600_context.h" #include "r600_resource.h" -#include "r600d.h" -#include "r600_state_inlines.h" static struct r600_context_state *r600_new_context_state(unsigned type) {