mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Removed some uses of sys/types.h
It's useful to be able to compile openlibm in environments where this doesn't exist (e.g. OS kernels).
This commit is contained in:
parent
6146957c5e
commit
4cb9231f1a
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef _TYPES_COMPAT_H_
|
||||
#define _TYPES_COMPAT_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include <float.h>
|
||||
#include <openlibm.h>
|
||||
#include "math_private.h"
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "fpmath.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue