From: Vinson Lee Date: Thu, 15 Apr 2010 06:49:31 +0000 (-0700) Subject: st/mesa: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebf765a32460e5ec136892c1ea6f5e0166a0bd66;p=mesa.git st/mesa: Remove unnecessary headers. --- diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index c80736ffd7c..2dcd9a879b9 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -31,9 +31,6 @@ #include "st_cb_fbo.h" #include "st_inlines.h" #include "main/enums.h" -#include "main/texfetch.h" -#include "main/teximage.h" -#include "main/texobj.h" #undef Elements /* fix re-defined macro warning */