diff options
author | 1996-11-14 14:21:51 +0000 | |
---|---|---|
committer | 1996-11-14 14:21:51 +0000 | |
commit | c7c302b85f8984c3963a0d130e22b9138934fa31 (patch) | |
tree | cfe4717a5ec4387f88f00f228af8bc711b04c1cc /lib/libm/src | |
parent | remove BINDIR. (diff) | |
download | wireguard-openbsd-c7c302b85f8984c3963a0d130e22b9138934fa31.tar.xz wireguard-openbsd-c7c302b85f8984c3963a0d130e22b9138934fa31.zip |
machine/endian.h not needed.
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 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: |