From: Vinson Lee Date: Mon, 12 Jul 2010 21:12:02 +0000 (-0700) Subject: r300g: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ba0ba72d90a51312a00a9aaecd080344912a58f;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 e1cb2bf5012..59a3cea1c3a 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_texture.h" #include "r300_screen_buffer.h" #include "r300_vs.h"