From 2ee884a9db293d8906056414753b64918517be4a Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Tue, 1 Jul 2025 12:05:41 +0200 Subject: [PATCH] [clang-doc] Remove the unused clangd header. This header seems to be included unintentionally. --- clang-tools-extra/clang-doc/Serialize.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang-tools-extra/clang-doc/Serialize.cpp b/clang-tools-extra/clang-doc/Serialize.cpp index 83c97b9270cf..6cc372ce98a6 100644 --- a/clang-tools-extra/clang-doc/Serialize.cpp +++ b/clang-tools-extra/clang-doc/Serialize.cpp @@ -7,7 +7,6 @@ //===----------------------------------------------------------------------===// #include "Serialize.h" -#include "../clangd/CodeCompletionStrings.h" #include "BitcodeWriter.h" #include "clang/AST/Attr.h"