summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_execute.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-16 16:06:58 -0800
committerVinson Lee <vlee@vmware.com>2010-01-16 16:06:58 -0800
commit5a4d5b694c0fa92b613bd73138d32f68b966a56c (patch)
treec2527af7895f3c392efcf069d82b7932f62716e6 /src/mesa/shader/prog_execute.c
parent148498d8cc897d70c54e9ddc09e957a855a597d4 (diff)
glsl: Remove unnecessary header from prog_execute.c.
Diffstat (limited to 'src/mesa/shader/prog_execute.c')
-rw-r--r--src/mesa/shader/prog_execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c
index 192d39aed1..1ef801a17d 100644
--- a/src/mesa/shader/prog_execute.c
+++ b/src/mesa/shader/prog_execute.c
@@ -38,7 +38,6 @@
#include "main/glheader.h"
#include "main/colormac.h"
#include "main/context.h"
-#include "program.h"
#include "prog_execute.h"
#include "prog_instruction.h"
#include "prog_parameter.h"