From: Vinson Lee Date: Sun, 21 Feb 2010 22:26:53 +0000 (-0800) Subject: r300g: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ff6790afb9c1b5a53a22fed9d5159581ba42a8f;p=mesa.git r300g: Remove unnecessary header. --- diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index 5a2865887f2..f7dcd8dc52f 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)