summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_xform.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-12 08:30:58 -0700
committerBrian Paul <brianp@vmware.com>2009-02-12 09:23:46 -0700
commit9eff576c947bf4d1c487ec692e8b16aa198ac532 (patch)
tree7e2417a44cace17fda41d3e0ddb73c702dea6eb7 /src/mesa/math/m_xform.c
parent5ef5162103168bff2d68670a715d5afdee82e9e9 (diff)
mesa: remove empty, unneeded mathmod.h header
Diffstat (limited to 'src/mesa/math/m_xform.c')
-rw-r--r--src/mesa/math/m_xform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c
index fdc8abd434..eda4edab4f 100644
--- a/src/mesa/math/m_xform.c
+++ b/src/mesa/math/m_xform.c
@@ -40,7 +40,6 @@
#include "m_matrix.h"
#include "m_translate.h"
#include "m_xform.h"
-#include "mathmod.h"
#ifdef DEBUG_MATH