From: Vinson Lee Date: Mon, 18 Jan 2010 04:50:15 +0000 (-0800) Subject: mesa: Remove unnecessary header from texobj.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c847e7d07b3f43d5c05a920cf6326b89b31ed92b;p=mesa.git mesa: Remove unnecessary header from texobj.c. --- diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 237b6eb00d4..7f6255747b0 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -38,7 +38,6 @@ #include "imports.h" #include "macros.h" #include "teximage.h" -#include "texstate.h" #include "texobj.h" #include "mtypes.h" #include "shader/prog_instruction.h"