diff options
author | Brian <brian@yutani.localnet.net> | 2006-12-14 15:53:49 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2006-12-14 15:53:49 -0700 |
commit | 885afd59ec358135ca6121cd65c397c9766afa7a (patch) | |
tree | 24683a72474409ddf46878c65f2d09adb113ea78 /src/mesa/shader/nvvertparse.c | |
parent | 2c1f9758525431d870b32986b6144c2921760bc0 (diff) |
remove unneeded includes
Diffstat (limited to 'src/mesa/shader/nvvertparse.c')
-rw-r--r-- | src/mesa/shader/nvvertparse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/nvvertparse.c b/src/mesa/shader/nvvertparse.c index 6491404441..fb546a0217 100644 --- a/src/mesa/shader/nvvertparse.c +++ b/src/mesa/shader/nvvertparse.c @@ -39,10 +39,8 @@ #include "glheader.h" #include "context.h" -#include "hash.h" #include "imports.h" #include "macros.h" -#include "mtypes.h" #include "nvprogram.h" #include "nvvertparse.h" #include "prog_instruction.h" |