[clang-doc] Remove the unused clangd header.

This header seems to be included unintentionally.
diff --git a/clang-tools-extra/clang-doc/Serialize.cpp b/clang-tools-extra/clang-doc/Serialize.cpp
index 83c97b9..6cc372c 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"