From 1404d9d68a9cd23c9231109e2164f8ed2e87d8dd Mon Sep 17 00:00:00 2001 From: Tue Ly Date: Thu, 23 Jul 2020 15:26:05 -0400 Subject: [libc] Remove unused #include in fmin_test, fminf_test, and fminl_test. --- libc/test/src/math/fmin_test.cpp | 2 -- libc/test/src/math/fminf_test.cpp | 2 -- libc/test/src/math/fminl_test.cpp | 2 -- 3 files changed, 6 deletions(-) (limited to 'libc/test') diff --git a/libc/test/src/math/fmin_test.cpp b/libc/test/src/math/fmin_test.cpp index c1467e4cbb90..7fd1e8af1e51 100644 --- a/libc/test/src/math/fmin_test.cpp +++ b/libc/test/src/math/fmin_test.cpp @@ -6,8 +6,6 @@ // //===---------------------------------------------------------------------===// -#include - #include "include/math.h" #include "src/math/fmin.h" #include "utils/FPUtil/FPBits.h" diff --git a/libc/test/src/math/fminf_test.cpp b/libc/test/src/math/fminf_test.cpp index 8d03d92f7237..dea4e7ccf524 100644 --- a/libc/test/src/math/fminf_test.cpp +++ b/libc/test/src/math/fminf_test.cpp @@ -6,8 +6,6 @@ // //===---------------------------------------------------------------------===// -#include - #include "include/math.h" #include "src/math/fminf.h" #include "utils/FPUtil/FPBits.h" diff --git a/libc/test/src/math/fminl_test.cpp b/libc/test/src/math/fminl_test.cpp index 519c1f33fba6..3eabb55b0cab 100644 --- a/libc/test/src/math/fminl_test.cpp +++ b/libc/test/src/math/fminl_test.cpp @@ -6,8 +6,6 @@ // //===---------------------------------------------------------------------===// -#include - #include "include/math.h" #include "src/math/fminl.h" #include "utils/FPUtil/FPBits.h" -- cgit v1.2.3