From: Brian Paul Date: Tue, 6 Sep 2011 21:44:44 +0000 (-0600) Subject: st/mesa: remove unneeded #include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4adc88a2d855bd2d8c7caf7059b4a52199dc609;p=mesa.git st/mesa: remove unneeded #include --- diff --git a/src/mesa/state_tracker/st_cb_eglimage.c b/src/mesa/state_tracker/st_cb_eglimage.c index dfde821fc19..531296fb302 100644 --- a/src/mesa/state_tracker/st_cb_eglimage.c +++ b/src/mesa/state_tracker/st_cb_eglimage.c @@ -28,7 +28,6 @@ #include "main/mfeatures.h" #include "main/texobj.h" -#include "main/texfetch.h" #include "main/teximage.h" #include "util/u_inlines.h" #include "util/u_format.h"