Skip to content

Commit 319dac0

Browse files
committed
remove hdr/errno_macros.h from asinhf and atanf
1 parent 3f0e2f3 commit 319dac0

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

libc/test/src/math/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,6 @@ add_fp_unittest(
23272327
SRCS
23282328
asinhf_test.cpp
23292329
DEPENDS
2330-
libc.hdr.errno_macros
23312330
libc.src.math.asinhf
23322331
libc.src.__support.FPUtil.fp_bits
23332332
)
@@ -2467,7 +2466,6 @@ add_fp_unittest(
24672466
SRCS
24682467
atanf_test.cpp
24692468
DEPENDS
2470-
libc.hdr.errno_macros
24712469
libc.src.math.atanf
24722470
libc.src.__support.FPUtil.fp_bits
24732471
)

libc/test/src/math/asinhf_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "hdr/errno_macros.h"
109
#include "hdr/math_macros.h"
1110
#include "hdr/stdint_proxy.h"
1211
#include "src/__support/FPUtil/FPBits.h"

libc/test/src/math/atanf_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "hdr/errno_macros.h"
109
#include "hdr/math_macros.h"
1110
#include "hdr/stdint_proxy.h"
1211
#include "src/__support/FPUtil/FPBits.h"

0 commit comments

Comments
 (0)