Mesa (mesa_7_7_branch): glsl: Remove unnecessary header from prog_execute.c .

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 17 00:07:37 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 5a4d5b694c0fa92b613bd73138d32f68b966a56c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a4d5b694c0fa92b613bd73138d32f68b966a56c

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan 16 16:06:58 2010 -0800

glsl: Remove unnecessary header from prog_execute.c.

---

 src/mesa/shader/prog_execute.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c
index 192d39a..1ef801a 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"




More information about the mesa-commit mailing list