From: Vinson Lee Date: Sun, 2 May 2010 20:30:40 +0000 (-0700) Subject: r300g: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a30d981591fd16faab4e36db6d434836272f117;p=mesa.git r300g: Remove unnecessary header. --- diff --git a/src/gallium/drivers/r300/r300_vs.c b/src/gallium/drivers/r300/r300_vs.c index b7609bad811..f3186431e1d 100644 --- a/src/gallium/drivers/r300/r300_vs.c +++ b/src/gallium/drivers/r300/r300_vs.c @@ -22,7 +22,6 @@ * USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "r300_vs.h" -#include "r300_fs.h" #include "r300_context.h" #include "r300_screen.h"