diff options
Diffstat (limited to 'src/mesa/shader/nvprogram.c')
-rw-r--r-- | src/mesa/shader/nvprogram.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/shader/nvprogram.c b/src/mesa/shader/nvprogram.c index b824ce242a..531a41083c 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" |