diff options
author | Keith Whitwell <[email protected]> | 2001-01-05 05:31:42 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-01-05 05:31:42 +0000 |
commit | f4b02d1a2675d4a0699b8995a422fbd413c32301 (patch) | |
tree | 07bcec53f4c6a8db68a7c4b85a6203bea5d3e3c5 /src/mesa/math/m_xform.h | |
parent | 58e991705392a2e17a1c8b034f4083a0adaf1943 (diff) |
various compilation/warning fixes
Diffstat (limited to 'src/mesa/math/m_xform.h')
-rw-r--r-- | src/mesa/math/m_xform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h index 046fc3d9371..4024949257f 100644 --- a/src/mesa/math/m_xform.h +++ b/src/mesa/math/m_xform.h @@ -1,4 +1,4 @@ -/* $Id: m_xform.h,v 1.3 2000/12/26 05:09:31 keithw Exp $ */ +/* $Id: m_xform.h,v 1.4 2001/01/05 05:31:42 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -34,7 +34,6 @@ #include "glheader.h" #include "config.h" -#include "math/math.h" #include "math/m_vector.h" #include "math/m_matrix.h" |