aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTCommon.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-01 08:10:01 -0700
committerGitHub <noreply@github.com>2025-06-01 08:10:01 -0700
commit2a19efe7fe8adcb5d89d3587ee23d9f954b11896 (patch)
treedd686898a20638e285c49d699e18c884a760bf37 /clang/lib/Serialization/ASTCommon.cpp
parent2425626d803002027cbf71c39df80cb7b56db0fb (diff)
downloadllvm-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.cpp3
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;