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/LinkerScript.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/LinkerScript.cpp')
| -rw-r--r-- | lld/ELF/LinkerScript.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 56d9474..402fa2f 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -27,15 +27,11 @@ #include "llvm/Support/Casting.h" #include "llvm/Support/Endian.h" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Support/FileSystem.h" -#include "llvm/Support/Parallel.h" -#include "llvm/Support/Path.h" #include "llvm/Support/TimeProfiler.h" #include <algorithm> #include <cassert> #include <cstddef> #include <cstdint> -#include <iterator> #include <limits> #include <string> #include <vector> |
