summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.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/attrib.c
parent987aedd7dc75c095a96cb20b21bbad2f71857776 (diff)
mesa: don't include m_xform.h where not needed
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c2
1 files changed, 1 insertions, 1 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)