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/InitPreprocessor.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/InitPreprocessor.cpp')
-rw-r--r-- | clang/lib/Frontend/InitPreprocessor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/InitPreprocessor.cpp b/clang/lib/Frontend/InitPreprocessor.cpp index 96d6fb6..69a91ee 100644 --- a/clang/lib/Frontend/InitPreprocessor.cpp +++ b/clang/lib/Frontend/InitPreprocessor.cpp @@ -10,7 +10,6 @@ // //===----------------------------------------------------------------------===// -#include "clang/Basic/FileManager.h" #include "clang/Basic/HLSLRuntime.h" #include "clang/Basic/MacroBuilder.h" #include "clang/Basic/SourceManager.h" |