From: Vinson Lee Date: Fri, 15 Jan 2010 06:27:13 +0000 (-0800) Subject: st/mesa: Remove unnecessary headers from st_cb_texture.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=644572a3723bc5167fb71f15e0bbfec3f999be9b;p=mesa.git st/mesa: Remove unnecessary headers from st_cb_texture.c. --- diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture.c index cb9106c7de8..e9c30cb5de5 100644 --- a/src/mesa/state_tracker/st_cb_texture.c +++ b/src/mesa/state_tracker/st_cb_texture.c @@ -36,10 +36,8 @@ #include "main/imports.h" #include "main/macros.h" #include "main/mipmap.h" -#include "main/pixel.h" #include "main/texcompress.h" #include "main/texfetch.h" -#include "main/texformat.h" #include "main/texgetimage.h" #include "main/teximage.h" #include "main/texobj.h"