From: Vinson Lee Date: Tue, 19 Jan 2010 03:23:47 +0000 (-0800) Subject: mesa: Remove unnecessary header from mipmap.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0125e3c29942ae7a81a66748ea53b402114993d;p=mesa.git mesa: Remove unnecessary header from mipmap.c. --- diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 7350c7a3d2c..77cd1d41595 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"