diff options
author | Vinson Lee <[email protected]> | 2010-01-18 19:03:54 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 19:03:54 -0800 |
commit | 80ea879cfa63354ec1312a107f63934c1e6c7824 (patch) | |
tree | 11e05a9dc40a5a346cdcfbc820f145640c269ffc /src/mesa/main/polygon.c | |
parent | 66035503532a17110e36d1d1053e98a1595d03d9 (diff) |
mesa: Remove unnecessary header from polygon.c.
Diffstat (limited to 'src/mesa/main/polygon.c')
-rw-r--r-- | 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 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" |