summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_blit.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-24 22:48:46 -0700
committerVinson Lee <vlee@vmware.com>2010-09-24 22:48:46 -0700
commit80ac94af726e00a7b5e92d7f549caeb0b2d8b166 (patch)
treebabe413225da73dd67c245ea66673db8c2203319 /src/gallium/drivers/r600/r600_blit.c
parentc510f8eeb425db281154cbfb915977226fa2e3ab (diff)
r600g: Remove unnecessary header.
Diffstat (limited to 'src/gallium/drivers/r600/r600_blit.c')
-rw-r--r--src/gallium/drivers/r600/r600_blit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_blit.c b/src/gallium/drivers/r600/r600_blit.c
index 0b22f03701..c30a7c187c 100644
--- a/src/gallium/drivers/r600/r600_blit.c
+++ b/src/gallium/drivers/r600/r600_blit.c
@@ -32,7 +32,6 @@
#include "util/u_surface.h"
#include "r600_screen.h"
#include "r600_context.h"
-#include "r600d.h"
static void r600_blitter_save_states(struct pipe_context *ctx)
{