From: Vinson Lee Date: Tue, 19 Jan 2010 05:17:45 +0000 (-0800) Subject: mesa: Remove unnecessary header from enable.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b3109aa053539b2e07ec16da980615f16dd8c2b;p=mesa.git mesa: Remove unnecessary header from enable.c. --- diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index 12ce14c5d04..1573bc27ce2 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/main/enable.c @@ -32,7 +32,6 @@ #include "context.h" #include "enable.h" #include "light.h" -#include "macros.h" #include "simple_list.h" #include "mtypes.h" #include "enums.h"