From: Vinson Lee Date: Tue, 19 Jan 2010 03:23:47 +0000 (-0800) Subject: mesa: Remove unnecessary header from mipmap.c. X-Git-Tag: 062012170305~12852^2~1452^2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0125e3c29942ae7a81a66748ea53b402114993d;p=profile%2Fivi%2Fmesa.git mesa: Remove unnecessary header from mipmap.c. --- diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 7350c7a..77cd1d4 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c @@ -30,7 +30,6 @@ #include "imports.h" #include "formats.h" #include "mipmap.h" -#include "texcompress.h" #include "teximage.h" #include "texstore.h" #include "image.h"