From: Vinson Lee Date: Mon, 18 Jan 2010 00:21:11 +0000 (-0800) Subject: mesa: Remove unnecessary header from texparam.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59eed7a2015cf301ea20392febc0de6b8d1ee0b1;p=mesa.git mesa: Remove unnecessary header from texparam.c. --- diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 9e1a889bced..93c5d6c10d8 100644 --- a/src/mesa/main/texparam.c +++ b/src/mesa/main/texparam.c @@ -33,7 +33,6 @@ #include "main/glheader.h" #include "main/colormac.h" #include "main/context.h" -#include "main/enums.h" #include "main/formats.h" #include "main/macros.h" #include "main/texcompress.h"