Module: Mesa Branch: mesa_7_7_branch Commit: 80ea879cfa63354ec1312a107f63934c1e6c7824 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80ea879cfa63354ec1312a107f63934c1e6c7824
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 19:03:54 2010 -0800 mesa: Remove unnecessary header from polygon.c. --- src/mesa/main/polygon.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c index 376a87a..dcde675 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
