summaryrefslogtreecommitdiff
path: root/lld/ELF/InputFiles.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-25 10:55:39 -0700
committerGitHub <noreply@github.com>2025-05-25 10:55:39 -0700
commit19f00c0570582e93140642cbb62e5b820722c8f1 (patch)
tree5dddbbc47a3eaf97575800b33ddd0a406f4d84c7 /lld/ELF/InputFiles.cpp
parentba007a60d07fb4ac685c8bca7b7a18b870e287b2 (diff)
[lld] Remove unused includes (NFC) (#141421)
Diffstat (limited to 'lld/ELF/InputFiles.cpp')
-rw-r--r--lld/ELF/InputFiles.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index 5f6d2b6b647e..12a77736aba7 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -16,7 +16,6 @@
#include "Symbols.h"
#include "SyntheticSections.h"
#include "Target.h"
-#include "lld/Common/CommonLinkerContext.h"
#include "lld/Common/DWARF.h"
#include "llvm/ADT/CachedHashString.h"
#include "llvm/ADT/STLExtras.h"
@@ -27,7 +26,6 @@
#include "llvm/Support/Endian.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
-#include "llvm/Support/RISCVAttributeParser.h"
#include "llvm/Support/TimeProfiler.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>