diff options
author | Vinson Lee <[email protected]> | 2010-08-07 22:56:35 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-07 22:56:35 -0700 |
commit | f4511c4835879090ce7e6afe3ac26b98fb91899a (patch) | |
tree | d9636511bfe8e91c1744f053895c5be33982a31b /src/mesa/tnl/t_vb_program.c | |
parent | 2154dfa70106aeec5a68d3c805a69ccb998d430f (diff) |
tnl: Reduce header file inclusion in t_context.h.
t_context.h
Remove m_matrix.h and m_xform.h.
t_vb_program.c
Include m_xform.h.
t_vb_render.c
Include m_xform.h.
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r-- | src/mesa/tnl/t_vb_program.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index 3973df9a67a..f3a338ef1ed 100644 --- a/src/mesa/tnl/t_vb_program.c +++ b/src/mesa/tnl/t_vb_program.c @@ -35,6 +35,7 @@ #include "main/colormac.h" #include "main/macros.h" #include "main/imports.h" +#include "math/m_xform.h" #include "program/prog_instruction.h" #include "program/prog_statevars.h" #include "program/prog_execute.h" |