From: Vinson Lee Date: Mon, 18 Jan 2010 06:31:53 +0000 (-0800) Subject: mesa: Remove unnecessary header from teximage.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6938dccf1ac0955026ac68794a03f49bc370fd44;p=mesa.git mesa: Remove unnecessary header from teximage.c. --- diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index b946f3c69d7..76273b02676 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -46,7 +46,6 @@ #include "texfetch.h" #include "teximage.h" #include "texstate.h" -#include "texstore.h" #include "mtypes.h"