diff options
author | Kazu Hirata <kazu@google.com> | 2025-06-01 08:10:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-01 08:10:01 -0700 |
commit | 2a19efe7fe8adcb5d89d3587ee23d9f954b11896 (patch) | |
tree | dd686898a20638e285c49d699e18c884a760bf37 /clang/lib/Serialization/ASTCommon.cpp | |
parent | 2425626d803002027cbf71c39df80cb7b56db0fb (diff) | |
download | llvm-2a19efe7fe8adcb5d89d3587ee23d9f954b11896.zip llvm-2a19efe7fe8adcb5d89d3587ee23d9f954b11896.tar.gz llvm-2a19efe7fe8adcb5d89d3587ee23d9f954b11896.tar.bz2 |
[Serialization] Remove unused includes (NFC) (#142300)
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/Serialization/ASTCommon.cpp')
-rw-r--r-- | clang/lib/Serialization/ASTCommon.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Serialization/ASTCommon.cpp b/clang/lib/Serialization/ASTCommon.cpp index 07d3918..097da36 100644 --- a/clang/lib/Serialization/ASTCommon.cpp +++ b/clang/lib/Serialization/ASTCommon.cpp @@ -15,10 +15,7 @@ #include "clang/AST/DeclObjC.h" #include "clang/Basic/IdentifierTable.h" #include "clang/Serialization/ASTDeserializationListener.h" -#include "clang/Serialization/ModuleFile.h" #include "llvm/Support/DJB.h" -#include "llvm/Support/FileSystem.h" -#include "llvm/Support/raw_ostream.h" using namespace clang; |