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/DebugInfo/MSF | |
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/DebugInfo/MSF')
-rw-r--r-- | llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp b/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp index ee52a091567..639536e94be 100644 --- a/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp +++ b/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp @@ -8,8 +8,6 @@ //===----------------------------------------------------------------------===// #include "llvm/DebugInfo/MSF/MappedBlockStream.h" -#include "llvm/DebugInfo/MSF/IMSFFile.h" -#include "llvm/DebugInfo/MSF/MSFError.h" #include "llvm/Support/BinaryByteStream.h" #include "llvm/Support/BinaryStreamReader.h" #include "llvm/Support/BinaryStreamRef.h" @@ -19,7 +17,6 @@ #include "gmock/gmock.h" #include "gtest/gtest.h" -#include <unordered_map> using namespace llvm; using namespace llvm::msf; |