[clang] e7429c2 - Remove extra include - fixes bazel build, introduced by 55bef46 (#158037)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 11 03:56:03 PDT 2025
Author: Karlo Basioli
Date: 2025-09-11T11:55:59+01:00
New Revision: e7429c2e10b1e30a0b1a18cc7290ab95a7e83b6a
URL: https://github.com/llvm/llvm-project/commit/e7429c2e10b1e30a0b1a18cc7290ab95a7e83b6a
DIFF: https://github.com/llvm/llvm-project/commit/e7429c2e10b1e30a0b1a18cc7290ab95a7e83b6a.diff
LOG: Remove extra include - fixes bazel build, introduced by 55bef46 (#158037)
Added:
Modified:
clang/lib/Serialization/ASTWriter.cpp
Removed:
################################################################################
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