Module: Mesa Branch: gallium-0.2 Commit: f863ae1a040c358728d8608531ae3eb695f3af9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f863ae1a040c358728d8608531ae3eb695f3af9e
Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Oct 10 16:29:54 2008 -0600 mesa: remove unneeded includes --- src/mesa/main/blend.c | 1 - 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 4d4a897..39cf615 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 1a82ccc..94bf5de 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
