commit | 6232438acb205ea44dee2d5eb68fb618e40b47d6 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Thu Dec 14 15:54:01 2006 -0700 |
committer | Brian <brian@yutani.localnet.net> | Thu Dec 14 15:54:01 2006 -0700 |
tree | 67e3e4668eaea2c398b975e5c35a06026f320b59 | |
parent | 885afd59ec358135ca6121cd65c397c9766afa7a [diff] [blame] |
remove unneeded includes
diff --git a/src/mesa/shader/nvprogram.c b/src/mesa/shader/nvprogram.c index b824ce2..531a410 100644 --- 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"