[libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test.

This commit is contained in:
Tue Ly 2020-07-23 15:26:05 -04:00
parent 4096088e19
commit 1404d9d68a
4 changed files with 1 additions and 7 deletions

View File

@ -15,4 +15,4 @@ float LLVM_LIBC_ENTRYPOINT(fminf)(float x, float y) {
return fputil::fmin(x, y);
}
} // namespace __llvm_libc
} // namespace __llvm_libc

View File

@ -6,8 +6,6 @@
//
//===---------------------------------------------------------------------===//
#include <vector>
#include "include/math.h"
#include "src/math/fmin.h"
#include "utils/FPUtil/FPBits.h"

View File

@ -6,8 +6,6 @@
//
//===---------------------------------------------------------------------===//
#include <vector>
#include "include/math.h"
#include "src/math/fminf.h"
#include "utils/FPUtil/FPBits.h"

View File

@ -6,8 +6,6 @@
//
//===---------------------------------------------------------------------===//
#include <vector>
#include "include/math.h"
#include "src/math/fminl.h"
#include "utils/FPUtil/FPBits.h"