diff options
author | Brian Paul <[email protected]> | 2008-10-10 16:29:54 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-10 16:34:08 -0600 |
commit | f863ae1a040c358728d8608531ae3eb695f3af9e (patch) | |
tree | 716d0693f768f043779ceda4ade23665c5847494 /src/mesa/main | |
parent | 85a3bf6dabc8b2d545dab078516fdfee9c4cd792 (diff) |
mesa: remove unneeded includes
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/blend.c | 1 | ||||
-rw-r--r-- | src/mesa/main/getstring.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c index 4d4a8971419..39cf6153e28 100644 --- a/src/mesa/main/blend.c +++ b/src/mesa/main/blend.c @@ -31,7 +31,6 @@ #include "glheader.h" #include "blend.h" -#include "colormac.h" #include "context.h" #include "enums.h" #include "macros.h" diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c index 1a82ccce59a..94bf5de1e8b 100644 --- a/src/mesa/main/getstring.c +++ b/src/mesa/main/getstring.c @@ -25,7 +25,6 @@ #include "glheader.h" -#include "colormac.h" #include "context.h" #include "get.h" #include "version.h" |