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 218e0aeb6b750913d1a75f995938423c88104418..add0045959cbf4c48dc8ea7840d9937e07061323 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 43ef55ee3b542c7a9b32c3b7c5015bbbf82b3696..96c80e6ef8dd1a8f1c6e120156bddb856210548c 100644 (file)
@@ -29,7 +29,6 @@
 #include "macros.h"
 #include "mtypes.h"
 
-#include "math/m_xform.h"
 #include "math/m_matrix.h"
 
 
index db1415bc061e60a52b0d410a8e179efca6acafc9..76b33150346daa21ad6c3d6b9623ff63f03e2d98 100644 (file)
@@ -85,7 +85,6 @@
 #endif
 
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 
 #include "glapi/dispatch.h"
 
index 2b54fac69496c1c72c39e10947662fb0a48c12fa..7ff3b15c8465368d021329e65c97494ce028c302 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 0f96f949096ab4a6dff65d26a4807a90132d055f..90d142278d183f85c1c006a23ea3b09b87ac0615 100644 (file)
@@ -42,7 +42,6 @@
 #include "matrix.h"
 #include "mtypes.h"
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 
 
 /**
index 097923182a393623a503e359effec44e2fb64001..95547a500ee3b15e6d5aed22b99d8c9817444818 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 7761af758980659dc3921133fa1e4dc1900a331d..6586a486464d6876abe7083c0d856a7e4585430f 100644 (file)
@@ -42,7 +42,6 @@
 #include "texstate.h"
 #include "texenvprogram.h"
 #include "mtypes.h"
-#include "math/m_xform.h"