[libc-commits] [libc] 2a558b6 - [libc][math] Build fail fix: obsolete header.
Kirill Okhotnikov via libc-commits
libc-commits at lists.llvm.org
Mon Aug 1 13:55:23 PDT 2022
Author: Kirill Okhotnikov
Date: 2022-08-01T22:55:15+02:00
New Revision: 2a558b6bff5a03665081df0e153c53bff556036a
URL: https://github.com/llvm/llvm-project/commit/2a558b6bff5a03665081df0e153c53bff556036a
DIFF: https://github.com/llvm/llvm-project/commit/2a558b6bff5a03665081df0e153c53bff556036a.diff
LOG: [libc][math] Build fail fix: obsolete header.
Added:
Modified:
libc/test/src/math/tanhf_test.cpp
Removed:
################################################################################
diff --git a/libc/test/src/math/tanhf_test.cpp b/libc/test/src/math/tanhf_test.cpp
index 86d883edf100..92d8522e0b01 100644
--- a/libc/test/src/math/tanhf_test.cpp
+++ b/libc/test/src/math/tanhf_test.cpp
@@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
-#include "src/__support/CPP/Array.h"
#include "src/__support/FPUtil/FPBits.h"
#include "src/math/tanhf.h"
#include "utils/MPFRWrapper/MPFRUtils.h"
More information about the libc-commits
mailing list