aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-28 20:41:46 -0700
committerGitHub <noreply@github.com>2025-06-28 20:41:46 -0700
commitc9cdc33dd697c5cf02d3934d7458041e7f5fa5c3 (patch)
treee3182e102f92f5b573a5770523ea6e8e6590d7ec /clang/lib/Serialization/ASTWriterDecl.cpp
parent9cf251d9d8cc79df3fbfc19098db427970058591 (diff)
downloadllvm-c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3.zip
llvm-c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3.tar.gz
llvm-c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3.tar.bz2
[clang] Remove unused includes (NFC) (#146254)
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/ASTWriterDecl.cpp')
-rw-r--r--clang/lib/Serialization/ASTWriterDecl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Serialization/ASTWriterDecl.cpp b/clang/lib/Serialization/ASTWriterDecl.cpp
index 7457c49..7f1b39c 100644
--- a/clang/lib/Serialization/ASTWriterDecl.cpp
+++ b/clang/lib/Serialization/ASTWriterDecl.cpp
@@ -23,7 +23,6 @@
#include "clang/Serialization/ASTRecordWriter.h"
#include "llvm/Bitstream/BitstreamWriter.h"
#include "llvm/Support/ErrorHandling.h"
-#include <optional>
using namespace clang;
using namespace serialization;