From 2a558b6bff5a03665081df0e153c53bff556036a Mon Sep 17 00:00:00 2001 From: Kirill Okhotnikov Date: Mon, 1 Aug 2022 22:54:26 +0200 Subject: [PATCH] [libc][math] Build fail fix: obsolete header. --- libc/test/src/math/tanhf_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libc/test/src/math/tanhf_test.cpp b/libc/test/src/math/tanhf_test.cpp index 86d883e..92d8522 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" -- 2.7.4