projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ac294e
)
removed #include <tgmath.h>
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 20 Nov 2000 15:16:33 +0000
(15:16 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 20 Nov 2000 15:16:33 +0000
(15:16 +0000)
src/mesa/math/m_matrix.c
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_matrix.c
b/src/mesa/math/m_matrix.c
index 94809781d9b6f22b72ae4456b64aeb6705667385..0a722fe3ea1ff0c9d9a0a87cd42d2266808dd3ef 100644
(file)
--- 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"