[clangd] Fix wrong included header. NFC

This commit is contained in:
Sam McCall 2022-02-26 14:21:52 +01:00
parent e63d7bdc28
commit b09c12c4b9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Frontend/FrontendAction.h"
#include "clang/Index/IndexingAction.h"
#include "clang/Index/IndexingOptions.h"
#include <cstddef>