diff options
author | Vinson Lee <[email protected]> | 2010-01-18 21:17:45 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 21:17:45 -0800 |
commit | 0b3109aa053539b2e07ec16da980615f16dd8c2b (patch) | |
tree | ecd0e18d7c0094a01ab14ee067d7d981ea57fef3 /src/mesa/main | |
parent | 536e3c9168c315651210ca853eb8cb4423f9f71c (diff) |
mesa: Remove unnecessary header from enable.c.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/enable.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |