diff options
author | Vinson Lee <[email protected]> | 2010-07-30 12:13:17 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-30 12:13:17 -0700 |
commit | 1a537b639ee7f2d35230c68ba89491711919656d (patch) | |
tree | 37136856fc98b5466e91c13b18f268df44625432 /src/mesa/math | |
parent | 078eff659a7ef90691966d983f35ed9e4ce63901 (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/math/m_translate.c b/src/mesa/math/m_translate.c index 1d26fa147dd..51daf7bfd37 100644 --- a/src/mesa/math/m_translate.c +++ b/src/mesa/math/m_translate.c @@ -31,7 +31,6 @@ #include "main/glheader.h" #include "main/macros.h" #include "main/mtypes.h" /* GLchan hack */ -#include "main/colormac.h" #include "m_translate.h" |