aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/LTO/LTO.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-24 09:37:37 -0700
committerGitHub <noreply@github.com>2025-05-24 09:37:37 -0700
commit64e89353b2fbb246cca2ededc994154ce14e18ab (patch)
tree3495a02fea4c4a2770f7be31bdab1b4756aaf251 /llvm/lib/LTO/LTO.cpp
parent13c3df9a36d142b75c78819637ae3e467755495e (diff)
downloadllvm-64e89353b2fbb246cca2ededc994154ce14e18ab.zip
llvm-64e89353b2fbb246cca2ededc994154ce14e18ab.tar.gz
llvm-64e89353b2fbb246cca2ededc994154ce14e18ab.tar.bz2
[LTO] Remove unused includes (NFC) (#141355)
These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures.
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 03fb0fd..ea0cadd 100644
--- a/llvm/lib/LTO/LTO.cpp
+++ b/llvm/lib/LTO/LTO.cpp
@@ -41,7 +41,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
-#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"