diff options
author | Brian Paul <[email protected]> | 2009-02-12 08:30:58 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-12 09:23:46 -0700 |
commit | 9eff576c947bf4d1c487ec692e8b16aa198ac532 (patch) | |
tree | 7e2417a44cace17fda41d3e0ddb73c702dea6eb7 /src/mesa/math/m_xform.c | |
parent | 5ef5162103168bff2d68670a715d5afdee82e9e9 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index fdc8abd4340..eda4edab4f0 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 |