Skip to content

Commit 2d9ae1d

Browse files
author
Siva Chandra Reddy
committed
[libc][NFC] Use #include <math.h> in utils/FPUtil/ManipulationFunctions.h.
This reverts commit 352cba2. "add back math.h #include utils/FPUtil/ManipulationFunctions.h". Using `<math.h>` correct so downstream setup should be fixed.
1 parent caeb565 commit 2d9ae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/utils/FPUtil/ManipulationFunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
#include "NearestIntegerOperations.h"
1414
#include "NormalFloat.h"
1515

16-
#include "include/math.h"
1716
#include "utils/CPP/TypeTraits.h"
1817

1918
#include <limits.h>
19+
#include <math.h>
2020

2121
namespace __llvm_libc {
2222
namespace fputil {

0 commit comments

Comments
 (0)