aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/LTO/LTO.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-09-10 19:36:04 -0700
committerGitHub <noreply@github.com>2024-09-10 19:36:04 -0700
commit3dad29b677e427bf69c035605a16efd065576829 (patch)
treef01031cca22af41554ffb07bca1aa3e0b572b3e1 /llvm/lib/LTO/LTO.cpp
parente67a6667dc2b46ece983321af89ae40ca7986b16 (diff)
downloadllvm-3dad29b677e427bf69c035605a16efd065576829.zip
llvm-3dad29b677e427bf69c035605a16efd065576829.tar.gz
llvm-3dad29b677e427bf69c035605a16efd065576829.tar.bz2
[LTO] Remove unused includes (NFC) (#108110)
clangd reports these as unused headers. My manual inspection agrees with the findings.
Diffstat (limited to 'llvm/lib/LTO/LTO.cpp')
-rw-r--r--llvm/lib/LTO/LTO.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp
index 5d9a5cb..a88124d 100644
--- a/llvm/lib/LTO/LTO.cpp
+++ b/llvm/lib/LTO/LTO.cpp
@@ -38,7 +38,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
-#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/SHA1.h"