diff options
author | Brian Paul <[email protected]> | 2006-06-13 03:29:02 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-06-13 03:29:02 +0000 |
commit | bd1e587ebe053b5a6d3b8cc3597b226d670f4667 (patch) | |
tree | 8221a1f316433f44392ea8e6a262f93d915e42cf /src/mesa/tnl/t_vb_arbprogram.c | |
parent | 0395cc01fdb6ffa638df939e0f7d9d02c34761f9 (diff) |
remove some unneeded #includes
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.c')
-rw-r--r-- | src/mesa/tnl/t_vb_arbprogram.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index 0b39f77ae86..a590875950c 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -38,7 +38,6 @@ #include "light.h" #include "program.h" #include "math/m_matrix.h" -#include "math/m_translate.h" #include "t_context.h" #include "t_pipeline.h" #include "t_vb_arbprogram.h" @@ -1517,7 +1516,7 @@ static void dtr( struct tnl_pipeline_stage *stage ) */ const struct tnl_pipeline_stage _tnl_arb_vertex_program_stage = { - "vertex-program", + "arb-vertex-program", NULL, /* private_data */ init_vertex_program, /* create */ dtr, /* destroy */ |