mesa: Remove unnecessary headers from arbprogparse.c.
authorVinson Lee <vlee@vmware.com>
Sun, 17 Jan 2010 07:41:05 +0000 (23:41 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 17 Jan 2010 07:41:05 +0000 (23:41 -0800)
src/mesa/shader/arbprogparse.c

index dd732b6666bc07afa011c52929d68fca17f15b6a..a33f5100db9d13cf2b80ece623ab31160bb89b25 100644 (file)
@@ -54,11 +54,8 @@ having three separate program parameter arrays.
 #include "main/glheader.h"
 #include "main/imports.h"
 #include "main/context.h"
-#include "main/macros.h"
 #include "main/mtypes.h"
-#include "shader/grammar/grammar_mesa.h"
 #include "arbprogparse.h"
-#include "program.h"
 #include "programopt.h"
 #include "prog_parameter.h"
 #include "prog_statevars.h"