summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-30 15:30:05 -0700
committerVinson Lee <vlee@vmware.com>2010-05-30 15:30:05 -0700
commit1202f17063dd568d406c04b62307efad909c5917 (patch)
tree0875bbc4a54002342ce60effbbb81369c443617a /src/gallium/drivers/r600/r600_context.c
parent3b869b4cdb3996682f82ea02d3e3d920b127394d (diff)
r600g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.c')
-rw-r--r--src/gallium/drivers/r600/r600_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c
index 0b04fa5fe9..d819c14148 100644
--- a/src/gallium/drivers/r600/r600_context.c
+++ b/src/gallium/drivers/r600/r600_context.c
@@ -31,7 +31,6 @@
#include <util/u_blitter.h>
#include "r600_resource.h"
#include "r600_screen.h"
-#include "r600_texture.h"
#include "r600_context.h"
static void r600_destroy_context(struct pipe_context *context)