From: Vinson Lee Date: Mon, 18 Jan 2010 00:08:59 +0000 (-0800) Subject: mesa: Remove unnecessary headers from texstate.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e876431d01c50b5672d0ad28f7f8dbd20670616;p=mesa.git mesa: Remove unnecessary headers from texstate.c. --- diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index c735e18affb..25333d8994a 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -35,11 +35,9 @@ #include "context.h" #include "enums.h" #include "macros.h" -#include "texcompress.h" #include "texobj.h" #include "teximage.h" #include "texstate.h" -#include "texenvprogram.h" #include "mtypes.h"