[clang] Remove extra include - fixes bazel build, introduced by 55bef46 (PR #158037)

Karlo Basioli via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 11 03:55:44 PDT 2025


https://github.com/basioli-k updated https://github.com/llvm/llvm-project/pull/158037

>From 9c62855ff95ef2b8fed232fc41d22252a2306b8c Mon Sep 17 00:00:00 2001
From: basioli-k <k.basioli at gmail.com>
Date: Thu, 11 Sep 2025 10:54:28 +0000
Subject: [PATCH] Remove extra include - fixes bazel build, introduced by
 55bef46

---
 clang/lib/Serialization/ASTWriter.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clang/lib/Serialization/ASTWriter.cpp b/clang/lib/Serialization/ASTWriter.cpp
index 326e5e34e1ad7..a3a25e48f9065 100644
--- a/clang/lib/Serialization/ASTWriter.cpp
+++ b/clang/lib/Serialization/ASTWriter.cpp
@@ -57,7 +57,6 @@
 #include "clang/Basic/TargetInfo.h"
 #include "clang/Basic/TargetOptions.h"
 #include "clang/Basic/Version.h"
-#include "clang/Frontend/CompilerInstance.h"
 #include "clang/Lex/HeaderSearch.h"
 #include "clang/Lex/HeaderSearchOptions.h"
 #include "clang/Lex/MacroInfo.h"



More information about the cfe-commits mailing list