diff options
| author | christos <christos@NetBSD.org> | 1996-10-13 00:04:56 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1996-10-13 00:04:56 +0000 |
| commit | bba370bbe99bfdcd4bf784bd9a7d9f424fe1a63b (patch) | |
| tree | 8ca796564ba584bba797387819364c1b2f81706f /lib/libm/src | |
| parent | cf79e593b5aad91deb3c9896448fe1b297e6fe96 (diff) | |
remove inclusion of <machine/endian.h>
Diffstat (limited to 'lib/libm/src')
| -rw-r--r-- | lib/libm/src/math_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libm/src/math_private.h b/lib/libm/src/math_private.h index d15b19a7a99..92f5c7dd355 100644 --- a/lib/libm/src/math_private.h +++ b/lib/libm/src/math_private.h @@ -11,13 +11,12 @@ /* * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: math_private.h,v 1.4 1996/05/07 20:26:07 mark Exp $ + * $Id: math_private.h,v 1.5 1996/10/13 00:04:56 christos Exp $ */ #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ -#include <machine/endian.h> #include <sys/types.h> /* The original fdlibm code used statements like: |
