mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
removed #include <tgmath.h>
This commit is contained in:
parent
2ac294e67f
commit
ce2733b7cc
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue