diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
commit | 219fb0488994a289f1087f7b3da18789e068da12 (patch) | |
tree | d59ced7e19afaab87432b7610faefff3080e8d2a /lib/floatdisf.c | |
parent | b0a04aaa595ba76468e521f12727a872d144d6d0 (diff) |
Notes
Diffstat (limited to 'lib/floatdisf.c')
-rw-r--r-- | lib/floatdisf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/floatdisf.c b/lib/floatdisf.c index 4dc13cab4778d..660730793289c 100644 --- a/lib/floatdisf.c +++ b/lib/floatdisf.c @@ -12,9 +12,6 @@ *===----------------------------------------------------------------------=== */ -#include "abi.h" -#include <float.h> - /* Returns: convert a to a float, rounding toward even.*/ /* Assumption: float is a IEEE 32 bit floating point type |