summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-21 14:26:53 -0800
committerVinson Lee <vlee@vmware.com>2010-02-21 14:26:53 -0800
commit8ff6790afb9c1b5a53a22fed9d5159581ba42a8f (patch)
treeeae446c656c39ec10ee1133d78a315a5fb394586 /src
parent701ac58a0cfa0196c36d6481aa21c748bc03b844 (diff)
r300g: Remove unnecessary header.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r300/r300_emit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c
index 5a2865887f..f7dcd8dc52 100644
--- a/src/gallium/drivers/r300/r300_emit.c
+++ b/src/gallium/drivers/r300/r300_emit.c
@@ -32,7 +32,6 @@
#include "r300_emit.h"
#include "r300_fs.h"
#include "r300_screen.h"
-#include "r300_state_inlines.h"
#include "r300_vs.h"
void r300_emit_blend_state(struct r300_context* r300, void* state)