diff options
| author | Fangrui Song <i@maskray.me> | 2022-02-07 21:53:34 -0800 |
|---|---|---|
| committer | Fangrui Song <i@maskray.me> | 2022-02-07 21:53:34 -0800 |
| commit | 27bb799095c1dfd2e83fe0eabf6399fa83082444 (patch) | |
| tree | 8860f6f1429cb8ff248191c929dc510d53bb6159 /lld/ELF/MapFile.cpp | |
| parent | c53d99c37de5028beca32416727e609d2dffacba (diff) | |
| download | llvm-27bb799095c1dfd2e83fe0eabf6399fa83082444.zip llvm-27bb799095c1dfd2e83fe0eabf6399fa83082444.tar.gz llvm-27bb799095c1dfd2e83fe0eabf6399fa83082444.tar.bz2 | |
[ELF] Clean up headers. NFC
Diffstat (limited to 'lld/ELF/MapFile.cpp')
| -rw-r--r-- | lld/ELF/MapFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index c7d8967..a201ec5 100644 --- a/lld/ELF/MapFile.cpp +++ b/lld/ELF/MapFile.cpp @@ -22,12 +22,12 @@ #include "InputFiles.h" #include "LinkerScript.h" #include "OutputSections.h" -#include "SymbolTable.h" #include "Symbols.h" #include "SyntheticSections.h" -#include "lld/Common/Strings.h" #include "llvm/ADT/MapVector.h" #include "llvm/ADT/SetVector.h" +#include "llvm/ADT/SmallPtrSet.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/Parallel.h" #include "llvm/Support/TimeProfiler.h" #include "llvm/Support/raw_ostream.h" |
