summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_matrix.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-20 15:16:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-20 15:16:33 +0000
commitce2733b7cc35d79082164afc1bb55c5f6861612e (patch)
tree10a42c4a9d92a82929781575d30e7961d686fe65 /src/mesa/math/m_matrix.c
parent2ac294e67f4c94e0f72ef3ccae45ee628b84d117 (diff)
removed #include <tgmath.h>
Diffstat (limited to 'src/mesa/math/m_matrix.c')
-rw-r--r--src/mesa/math/m_matrix.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c
index 94809781d9..0a722fe3ea 100644
--- a/src/mesa/math/m_matrix.c
+++ b/src/mesa/math/m_matrix.c
@@ -1,4 +1,4 @@
-/* $Id: m_matrix.c,v 1.2 2000/11/18 08:10:24 jtaylor Exp $ */
+/* $Id: m_matrix.c,v 1.3 2000/11/20 15:16:33 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -34,9 +34,6 @@
* 3. Transformation of a point p by a matrix M is: p' = M * p
*/
-#include <math.h>
-#include <tgmath.h>
-
#include "glheader.h"
#include "macros.h"
#include "mem.h"