diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:49 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:49 +0000 |
commit | 0c169bf7f7a2eea033d8bcbd0b7b7dd3d2877931 (patch) | |
tree | 0524b10ec8924ea6c5c17d221e594484a70b53b7 /llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | |
parent | c468b648fdc5221f905734c253db7566f0bd7709 (diff) | |
download | bcm5719-llvm-0c169bf7f7a2eea033d8bcbd0b7b7dd3d2877931.tar.gz bcm5719-llvm-0c169bf7f7a2eea033d8bcbd0b7b7dd3d2877931.zip |
Remove redundant includes from lib/DebugInfo.
llvm-svn: 320620
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp b/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp index 90acfadd311..ece3e00b1a8 100644 --- a/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp @@ -10,9 +10,7 @@ #include "llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h" #include "llvm/ADT/ArrayRef.h" -#include "llvm/DebugInfo/MSF/MappedBlockStream.h" #include "llvm/DebugInfo/PDB/Native/Hash.h" -#include "llvm/DebugInfo/PDB/Native/PDBFileBuilder.h" #include "llvm/DebugInfo/PDB/Native/RawTypes.h" #include "llvm/Support/BinaryStreamWriter.h" #include "llvm/Support/Endian.h" |