From: Brian Paul Date: Fri, 10 Oct 2008 22:29:54 +0000 (-0600) Subject: mesa: remove unneeded includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f863ae1a040c358728d8608531ae3eb695f3af9e;p=mesa.git mesa: remove unneeded includes --- 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"