diff options
author | Vinson Lee <[email protected]> | 2010-05-30 15:30:05 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-30 15:30:05 -0700 |
commit | 1202f17063dd568d406c04b62307efad909c5917 (patch) | |
tree | 0875bbc4a54002342ce60effbbb81369c443617a /src/gallium/drivers/r600/r600_context.c | |
parent | 3b869b4cdb3996682f82ea02d3e3d920b127394d (diff) |
r600g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_context.c | 1 |
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 0b04fa5fe94..d819c141485 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) |