Module: Mesa Branch: mesa_7_7_branch Commit: b36b85f9d0c721188582e6daa3328ab9766f85c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b36b85f9d0c721188582e6daa3328ab9766f85c0
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 21:37:18 2010 -0800 mesa: Remove unnecessary headers from debug.c. --- src/mesa/main/debug.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index a42113e..d4d099a 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -26,7 +26,6 @@ #include "mtypes.h" #include "attrib.h" #include "colormac.h" -#include "context.h" #include "enums.h" #include "formats.h" #include "hash.h" @@ -35,7 +34,6 @@ #include "get.h" #include "pixelstore.h" #include "readpix.h" -#include "texgetimage.h" #include "texobj.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
