diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-11-14 14:21:52 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-11-14 14:21:52 +0000 |
commit | c0bd4a716e260daf650deb183357ed382f2e1676 (patch) | |
tree | f4518cf374d1f2a2de23e5488a7915961f6086d3 /lib/libm | |
parent | 2873d3daf8e0bfd7d1f9ec8ed336561717f90601 (diff) |
machine/endian.h not needed.
Diffstat (limited to 'lib/libm')
-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 a2b81a1881f..94ce77b873f 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.3 1996/05/24 10:57:43 deraadt Exp $ + * $Id: math_private.h,v 1.4 1996/11/14 14:21:51 etheisen Exp $ */ #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ -#include <machine/endian.h> #include <sys/types.h> /* The original fdlibm code used statements like: |