forked from OSchip/llvm-project
[libc] Remove unused #include <vector> in fmin_test, fminf_test, and fminl_test.
This commit is contained in:
parent
4096088e19
commit
1404d9d68a
|
@ -15,4 +15,4 @@ float LLVM_LIBC_ENTRYPOINT(fminf)(float x, float y) {
|
|||
return fputil::fmin(x, y);
|
||||
}
|
||||
|
||||
} // namespace __llvm_libc
|
||||
} // namespace __llvm_libc
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
//
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "include/math.h"
|
||||
#include "src/math/fmin.h"
|
||||
#include "utils/FPUtil/FPBits.h"
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
//
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "include/math.h"
|
||||
#include "src/math/fminf.h"
|
||||
#include "utils/FPUtil/FPBits.h"
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
//
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "include/math.h"
|
||||
#include "src/math/fminl.h"
|
||||
#include "utils/FPUtil/FPBits.h"
|
||||
|
|
Loading…
Reference in New Issue