aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-15 21:00:36 -0700
committerGitHub <noreply@github.com>2025-06-15 21:00:36 -0700
commitc01532177ff61a768d5dc1ea541f9a8d986497fa (patch)
tree1fc9fa1a9db1b89423a59ab079192f6f41e97093 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
parent7a4a83b551eaf159ce10b612def3be62d80706d4 (diff)
downloadllvm-c01532177ff61a768d5dc1ea541f9a8d986497fa.zip
llvm-c01532177ff61a768d5dc1ea541f9a8d986497fa.tar.gz
llvm-c01532177ff61a768d5dc1ea541f9a8d986497fa.tar.bz2
[clang] Remove unused includes (NFC) (#144285)
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/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
-rw-r--r--clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp b/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
index e881d56..139023f 100644
--- a/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
+++ b/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
@@ -19,14 +19,12 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/raw_ostream.h"
#include <iterator>
#include <optional>
-#include <type_traits>
using namespace clang;
using namespace clang::extractapi;