diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-31 15:03:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-31 15:03:52 -0700 |
commit | 52e3b100d4ed695af47cb08e756b30950af52d6a (patch) | |
tree | 5f025681df48ee20e8df27ba397b91774ca33bd8 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | bbb3d2177485ea4e182c369663e68f790881f557 (diff) | |
download | llvm-52e3b100d4ed695af47cb08e756b30950af52d6a.zip llvm-52e3b100d4ed695af47cb08e756b30950af52d6a.tar.gz llvm-52e3b100d4ed695af47cb08e756b30950af52d6a.tar.bz2 |
[Frontend] Remove unused includes (NFC) (#142256)
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 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInstance.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index cc39049..587b0d1 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -53,7 +53,6 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Path.h" -#include "llvm/Support/Program.h" #include "llvm/Support/Signals.h" #include "llvm/Support/TimeProfiler.h" #include "llvm/Support/Timer.h" |