summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texenv.c
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 /src/mesa/main/texenv.c
parent987aedd7dc75c095a96cb20b21bbad2f71857776 (diff)
downloadexternal_mesa3d-19dff5efc1e348d037b1b3cdfb9ac91020ecde4d.zip
external_mesa3d-19dff5efc1e348d037b1b3cdfb9ac91020ecde4d.tar.gz
external_mesa3d-19dff5efc1e348d037b1b3cdfb9ac91020ecde4d.tar.bz2
mesa: don't include m_xform.h where not needed
Diffstat (limited to 'src/mesa/main/texenv.c')
-rw-r--r--src/mesa/main/texenv.c1
1 files changed, 0 insertions, 1 deletions
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) \