diff options
author | Vinson Lee <[email protected]> | 2010-01-27 16:11:23 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-27 16:12:51 -0800 |
commit | 978568c647844693f602364bd9e1041d1cecea4f (patch) | |
tree | d143aaa9c59f894aa3cf8231601563a5fc0e22ef /src/gallium/drivers/r300/r300_flush.c | |
parent | dd89ac249c56d04bbc23ecd9877426af9f09269c (diff) |
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r300/r300_flush.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_flush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_flush.c b/src/gallium/drivers/r300/r300_flush.c index 15e612d8a6b..e37d3092703 100644 --- a/src/gallium/drivers/r300/r300_flush.c +++ b/src/gallium/drivers/r300/r300_flush.c @@ -29,7 +29,6 @@ #include "r300_cs.h" #include "r300_emit.h" #include "r300_flush.h" -#include "r300_state_invariant.h" static void r300_flush(struct pipe_context* pipe, unsigned flags, |