forked from OSchip/llvm-project
[libc][NFC] Use `#include <math.h>` in utils/FPUtil/ManipulationFunctions.h.
This reverts commit 352cba2441
.
"add back math.h #include utils/FPUtil/ManipulationFunctions.h".
Using `<math.h>` correct so downstream setup should be fixed.
This commit is contained in:
parent
caeb56503e
commit
2d9ae1d217
|
@ -13,10 +13,10 @@
|
|||
#include "NearestIntegerOperations.h"
|
||||
#include "NormalFloat.h"
|
||||
|
||||
#include "include/math.h"
|
||||
#include "utils/CPP/TypeTraits.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace __llvm_libc {
|
||||
namespace fputil {
|
||||
|
|
Loading…
Reference in New Issue