summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-12 09:21:50 -0700
committerBrian Paul <brianp@vmware.com>2009-02-12 09:23:46 -0700
commit19dff5efc1e348d037b1b3cdfb9ac91020ecde4d (patch)
treebc727388765b2fd182afd63e490bfeab08ed22c8
parent987aedd7dc75c095a96cb20b21bbad2f71857776 (diff)
mesa: don't include m_xform.h where not needed
-rw-r--r--src/mesa/main/attrib.c2
-rw-r--r--src/mesa/main/clip.c1
-rw-r--r--src/mesa/main/dlist.c1
-rw-r--r--src/mesa/main/enable.c1
-rw-r--r--src/mesa/main/matrix.c1
-rw-r--r--src/mesa/main/texenv.c1
-rw-r--r--src/mesa/main/texstate.c1
7 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 218e0aeb6b..add0045959 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 43ef55ee3b..96c80e6ef8 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 db1415bc06..76b3315034 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 2b54fac694..7ff3b15c84 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 0f96f94909..90d142278d 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 097923182a..95547a500e 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 7761af7589..6586a48646 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"