From 6232438acb205ea44dee2d5eb68fb618e40b47d6 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 14 Dec 2006 15:54:01 -0700 Subject: remove unneeded includes --- src/mesa/shader/nvprogram.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/shader/nvprogram.c') 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" -- cgit v1.2.3