Module: Mesa Branch: gallium-0.2 Commit: f63594bfef883fa9e15ab7f3f69affe4901353aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f63594bfef883fa9e15ab7f3f69affe4901353aa
Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Oct 10 16:21:52 2008 -0600 mesa: remove unneeded includes --- src/mesa/main/api_loopback.c | 1 - src/mesa/main/dlist.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c index 924d713..0e3f5ff 100644 --- a/src/mesa/main/api_loopback.c +++ b/src/mesa/main/api_loopback.c @@ -31,7 +31,6 @@ #include "glheader.h" #include "macros.h" -#include "colormac.h" #include "api_loopback.h" #include "mtypes.h" #include "glapi/glapi.h" diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index f766093..c7db435 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -41,7 +41,6 @@ #endif #include "arrayobj.h" #include "clip.h" -#include "colormac.h" #include "colortab.h" #include "context.h" #include "convolve.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
