From: Vinson Lee Date: Sat, 17 Jul 2010 00:55:57 +0000 (-0700) Subject: r300g: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68744f9325b7101756c39ff3f19acb502f534a69;p=mesa.git r300g: Remove unnecessary header. --- diff --git a/src/gallium/drivers/r300/r300_render.c b/src/gallium/drivers/r300/r300_render.c index d30de1a4217..e29ebea4b06 100644 --- a/src/gallium/drivers/r300/r300_render.c +++ b/src/gallium/drivers/r300/r300_render.c @@ -35,7 +35,6 @@ #include "util/u_prim.h" #include "r300_cs.h" -#include "r300_cb.h" #include "r300_context.h" #include "r300_screen_buffer.h" #include "r300_emit.h"