mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-07-06 20:46:41 +02:00
Use quotes instead of <> with #include for private headers
This commit is contained in:
parent
226faf4e11
commit
0df58e7ae3
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@
|
||||||
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
|
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cdefs-compat.h>
|
#include "cdefs-compat.h"
|
||||||
#include <types-compat.h>
|
#include "types-compat.h"
|
||||||
#include <math_private.h>
|
#include "math_private.h"
|
||||||
#include <i387/bsd_npx.h>
|
#include "i387/bsd_npx.h"
|
||||||
|
|
||||||
#define __fenv_static
|
#define __fenv_static
|
||||||
#include <openlibm_fenv.h>
|
#include <openlibm_fenv.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue