forked from OSchip/llvm-project
[clangd] Fix wrong included header. NFC
This commit is contained in:
parent
e63d7bdc28
commit
b09c12c4b9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue