mesa: don't include m_xform.h where not needed
authorBrian Paul <brianp@vmware.com>
Thu, 12 Feb 2009 16:21:50 +0000 (09:21 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Feb 2009 16:23:46 +0000 (09:23 -0700)
src/mesa/main/attrib.c
src/mesa/main/clip.c
src/mesa/main/dlist.c
src/mesa/main/enable.c
src/mesa/main/matrix.c
src/mesa/main/texenv.c
src/mesa/main/texstate.c

index 218e0ae..add0045 100644 (file)
@@ -56,7 +56,7 @@
 #include "texstate.h"
 #include "varray.h"
 #include "mtypes.h"
-#include "math/m_xform.h"
+
 
 /**
  * Special struct for saving/restoring texture state (GL_TEXTURE_BIT)
index 43ef55e..96c80e6 100644 (file)
@@ -29,7 +29,6 @@
 #include "macros.h"
 #include "mtypes.h"
 
-#include "math/m_xform.h"
 #include "math/m_matrix.h"
 
 
index db1415b..76b3315 100644 (file)
@@ -85,7 +85,6 @@
 #endif
 
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 
 #include "glapi/dispatch.h"
 
index 2b54fac..7ff3b15 100644 (file)
@@ -37,7 +37,6 @@
 #include "mtypes.h"
 #include "enums.h"
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 #include "api_arrayelt.h"
 
 
index 0f96f94..90d1422 100644 (file)
@@ -42,7 +42,6 @@
 #include "matrix.h"
 #include "mtypes.h"
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 
 
 /**
index 0979231..95547a5 100644 (file)
@@ -35,7 +35,6 @@
 #include "main/enums.h"
 #include "main/macros.h"
 #include "main/texenv.h"
-#include "math/m_xform.h"
 
 
 #define TE_ERROR(errCode, msg, value)                          \
index 7761af7..6586a48 100644 (file)
@@ -42,7 +42,6 @@
 #include "texstate.h"
 #include "texenvprogram.h"
 #include "mtypes.h"
-#include "math/m_xform.h"