aboutsummaryrefslogtreecommitdiff
path: root/libc/test
diff options
context:
space:
mode:
authorTue Ly <lntue@google.com>2020-07-23 15:26:05 -0400
committerTue Ly <lntue@google.com>2020-07-23 15:26:05 -0400
commit1404d9d68a9cd23c9231109e2164f8ed2e87d8dd (patch)
tree7115897cc49c97ca5a79d8e5dd14d87905f5f260 /libc/test
parent4096088e19416d8515de0c3d114fb06052efaa2c (diff)
downloadllvm-project-1404d9d68a9cd23c9231109e2164f8ed2e87d8dd.tar.gz
[libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test.
Diffstat (limited to 'libc/test')
-rw-r--r--libc/test/src/math/fmin_test.cpp2
-rw-r--r--libc/test/src/math/fminf_test.cpp2
-rw-r--r--libc/test/src/math/fminl_test.cpp2
3 files changed, 0 insertions, 6 deletions
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 <vector>
-
#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 <vector>
-
#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 <vector>
-
#include "include/math.h"
#include "src/math/fminl.h"
#include "utils/FPUtil/FPBits.h"