projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
148498d
)
glsl: Remove unnecessary header from prog_execute.c.
author
Vinson Lee
<vlee@vmware.com>
Sun, 17 Jan 2010 00:06:58 +0000
(16:06 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 17 Jan 2010 00:06:58 +0000
(16:06 -0800)
src/mesa/shader/prog_execute.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_execute.c
b/src/mesa/shader/prog_execute.c
index 192d39aed1ee40ac7f3e4bf8aa8c8b68f6e5fb84..1ef801a17dd5183bc9d5ecb72a647a7eddad98e7 100644
(file)
--- 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"