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-Tag: 062012170305~12852^2~1452^2~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=644572a3723bc5167fb71f15e0bbfec3f999be9b;p=profile%2Fivi%2Fmesa.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 cb9106c..e9c30cb 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"