From: Vinson Lee Date: Tue, 19 Jan 2010 03:03:54 +0000 (-0800) Subject: mesa: Remove unnecessary header from polygon.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80ea879cfa63354ec1312a107f63934c1e6c7824;p=mesa.git mesa: Remove unnecessary header from polygon.c. --- diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c index 376a87a3967..dcde6758c3f 100644 --- a/src/mesa/main/polygon.c +++ b/src/mesa/main/polygon.c @@ -34,7 +34,6 @@ #include "context.h" #include "image.h" #include "enums.h" -#include "macros.h" #include "polygon.h" #include "mtypes.h"