Module: Mesa Branch: mesa_7_7_branch Commit: 97fc7ae69f4e620a5b14a3dbe574c4810741293c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97fc7ae69f4e620a5b14a3dbe574c4810741293c
Author: Vinson Lee <[email protected]> Date: Sat Jan 16 16:15:37 2010 -0800 mesa: Remove unnecessary header from nvvertparse.c. --- src/mesa/shader/nvvertparse.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/shader/nvvertparse.c b/src/mesa/shader/nvvertparse.c index 8574016..baff765 100644 --- a/src/mesa/shader/nvvertparse.c +++ b/src/mesa/shader/nvvertparse.c @@ -40,7 +40,6 @@ #include "main/glheader.h" #include "main/context.h" #include "main/imports.h" -#include "main/macros.h" #include "nvprogram.h" #include "nvvertparse.h" #include "prog_instruction.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
