diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:05 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:05 +0000 |
commit | 5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7 (patch) | |
tree | dee32782ce8a8752dc487e6eef524e4129455029 /llvm/unittests/ProfileData | |
parent | d8920b1c442c64bf8cd385b10a02fae56fab5e8b (diff) | |
download | bcm5719-llvm-5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7.tar.gz bcm5719-llvm-5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7.zip |
Remove redundant includes from unittests.
llvm-svn: 320630
Diffstat (limited to 'llvm/unittests/ProfileData')
-rw-r--r-- | llvm/unittests/ProfileData/SampleProfTest.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/unittests/ProfileData/SampleProfTest.cpp b/llvm/unittests/ProfileData/SampleProfTest.cpp index 68b46cc5086..764bded2f03 100644 --- a/llvm/unittests/ProfileData/SampleProfTest.cpp +++ b/llvm/unittests/ProfileData/SampleProfTest.cpp @@ -13,7 +13,6 @@ #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Metadata.h" #include "llvm/IR/Module.h" -#include "llvm/ProfileData/ProfileCommon.h" #include "llvm/ProfileData/SampleProfReader.h" #include "llvm/ProfileData/SampleProfWriter.h" #include "llvm/Support/Casting.h" @@ -21,12 +20,7 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" #include "gtest/gtest.h" -#include <algorithm> -#include <cstdint> -#include <limits> -#include <memory> #include <string> -#include <system_error> #include <vector> using namespace llvm; |