aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/LinkerScript.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-02-07 21:53:34 -0800
committerFangrui Song <i@maskray.me>2022-02-07 21:53:34 -0800
commit27bb799095c1dfd2e83fe0eabf6399fa83082444 (patch)
tree8860f6f1429cb8ff248191c929dc510d53bb6159 /lld/ELF/LinkerScript.cpp
parentc53d99c37de5028beca32416727e609d2dffacba (diff)
downloadllvm-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.cpp4
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>