Mesa (master): mesa: don't include m_xform.h where not needed

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 12 16:26:30 UTC 2009


Module: Mesa
Branch: master
Commit: 19dff5efc1e348d037b1b3cdfb9ac91020ecde4d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19dff5efc1e348d037b1b3cdfb9ac91020ecde4d

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 12 09:21:50 2009 -0700

mesa: don't include m_xform.h where not needed

---

 src/mesa/main/attrib.c   |    2 +-
 src/mesa/main/clip.c     |    1 -
 src/mesa/main/dlist.c    |    1 -
 src/mesa/main/enable.c   |    1 -
 src/mesa/main/matrix.c   |    1 -
 src/mesa/main/texenv.c   |    1 -
 src/mesa/main/texstate.c |    1 -
 7 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 218e0ae..add0045 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -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)
diff --git a/src/mesa/main/clip.c b/src/mesa/main/clip.c
index 43ef55e..96c80e6 100644
--- a/src/mesa/main/clip.c
+++ b/src/mesa/main/clip.c
@@ -29,7 +29,6 @@
 #include "macros.h"
 #include "mtypes.h"
 
-#include "math/m_xform.h"
 #include "math/m_matrix.h"
 
 
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index db1415b..76b3315 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -85,7 +85,6 @@
 #endif
 
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 
 #include "glapi/dispatch.h"
 
diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c
index 2b54fac..7ff3b15 100644
--- a/src/mesa/main/enable.c
+++ b/src/mesa/main/enable.c
@@ -37,7 +37,6 @@
 #include "mtypes.h"
 #include "enums.h"
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 #include "api_arrayelt.h"
 
 
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c
index 0f96f94..90d1422 100644
--- a/src/mesa/main/matrix.c
+++ b/src/mesa/main/matrix.c
@@ -42,7 +42,6 @@
 #include "matrix.h"
 #include "mtypes.h"
 #include "math/m_matrix.h"
-#include "math/m_xform.h"
 
 
 /**
diff --git a/src/mesa/main/texenv.c b/src/mesa/main/texenv.c
index 0979231..95547a5 100644
--- a/src/mesa/main/texenv.c
+++ b/src/mesa/main/texenv.c
@@ -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)				\
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 7761af7..6586a48 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -42,7 +42,6 @@
 #include "texstate.h"
 #include "texenvprogram.h"
 #include "mtypes.h"
-#include "math/m_xform.h"
 
 
 




More information about the mesa-commit mailing list