diff options
author | Vinson Lee <[email protected]> | 2010-01-16 16:15:37 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-16 16:15:37 -0800 |
commit | 97fc7ae69f4e620a5b14a3dbe574c4810741293c (patch) | |
tree | 5d85b843bbc2406cb0249dca13cd064e1aea7340 /src/mesa/shader | |
parent | 5a4d5b694c0fa92b613bd73138d32f68b966a56c (diff) |
mesa: Remove unnecessary header from nvvertparse.c.
Diffstat (limited to 'src/mesa/shader')
-rw-r--r-- | 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 8574016050c..baff7658d18 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" |