summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-16 16:15:37 -0800
committerVinson Lee <vlee@vmware.com>2010-01-16 16:15:37 -0800
commit97fc7ae69f4e620a5b14a3dbe574c4810741293c (patch)
tree5d85b843bbc2406cb0249dca13cd064e1aea7340 /src/mesa/shader
parent5a4d5b694c0fa92b613bd73138d32f68b966a56c (diff)
mesa: Remove unnecessary header from nvvertparse.c.
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/nvvertparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertparse.c b/src/mesa/shader/nvvertparse.c
index 8574016050..baff7658d1 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"