projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
885afd5
)
remove unneeded includes
author
Brian
<brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:54:01 +0000
(15:54 -0700)
committer
Brian
<brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:54:01 +0000
(15:54 -0700)
src/mesa/shader/nvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/nvprogram.c
b/src/mesa/shader/nvprogram.c
index b824ce242a779fa27d2036754c25fdd85ecc597e..531a41083cbb0adb53174427781d817de3dff9b1 100644
(file)
--- a/
src/mesa/shader/nvprogram.c
+++ b/
src/mesa/shader/nvprogram.c
@@
-42,10
+42,9
@@
#include "hash.h"
#include "imports.h"
#include "macros.h"
-#include "mtypes.h"
-#include "nvfragparse.h"
#include "prog_parameter.h"
#include "prog_instruction.h"
+#include "nvfragparse.h"
#include "nvvertexec.h"
#include "nvvertparse.h"
#include "nvprogram.h"