From f4511c4835879090ce7e6afe3ac26b98fb91899a Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 22:56:35 -0700 Subject: 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. --- src/mesa/tnl/t_context.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/tnl/t_context.h') diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index ebaae6335b9..258906f7956 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -53,9 +53,7 @@ #include "main/bitset.h" #include "main/mtypes.h" -#include "math/m_matrix.h" #include "math/m_vector.h" -#include "math/m_xform.h" #include "vbo/vbo.h" -- cgit v1.2.3