tnl: Reduce header file inclusion in t_context.h.
authorVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 05:56:35 +0000 (22:56 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 05:56:35 +0000 (22:56 -0700)
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
src/mesa/tnl/t_vb_program.c
src/mesa/tnl/t_vb_render.c

index ebaae6335b942d906bacce86ae0dc9ac08d21a50..258906f7956ab5181716ba4b2b2a12389d17d1f1 100644 (file)
@@ -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"
 
index 3973df9a67abb6504be04de0682fa78dc4f92d58..f3a338ef1edcb47c7c68e45dfb3e5cd2aedd612c 100644 (file)
@@ -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"
index c1bebc99423589651e0e1dcd15d7124e89d4bc13..7d991009a14fe21ce9375adbe82da6a535cbaa67 100644 (file)
@@ -44,6 +44,7 @@
 #include "main/macros.h"
 #include "main/imports.h"
 #include "main/mtypes.h"
+#include "math/m_xform.h"
 
 #include "t_pipeline.h"