commit | b0da5760dcd827f2c211ad405cd64cfbd1b296ae | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 02 12:44:41 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon May 02 12:44:41 2016 -0700 |
tree | 5191b5757ba602b069f1fcba089f002142c53713 | |
parent | ec4671928c39b14f7f22c12ffef0e0bcdd58edfe [diff] |
Move the IEEE fp header out of the public headers. Bug: http://b/28519060 Change-Id: I9f1a1a9ac1f22462bf86991b57c51824cb42eefd
diff --git a/libc/bionic/fpclassify.cpp b/libc/bionic/fpclassify.cpp index 21ff946..f8cea80 100644 --- a/libc/bionic/fpclassify.cpp +++ b/libc/bionic/fpclassify.cpp
@@ -29,7 +29,8 @@ #include <sys/types.h> #include <math.h> -#include <machine/ieee.h> + +#include "private/bionic_ieee.h" // These aren't declared in our <math.h>. extern "C" int __isinf(double);