Skip to content

Commit

Permalink
[libc][NFC] Use #include <math.h> in utils/FPUtil/ManipulationFunct…
Browse files Browse the repository at this point in the history
…ions.h.

This reverts commit 352cba2.
"add back math.h #include utils/FPUtil/ManipulationFunctions.h".

Using `<math.h>` correct so downstream setup should be fixed.
  • Loading branch information
Siva Chandra Reddy committed Dec 18, 2020
1 parent caeb565 commit 2d9ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/utils/FPUtil/ManipulationFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2d9ae1d

Please sign in to comment.