Revert "[clangd] Adapt file migration in r332720"

This reverts commit r332721 because the dependency r33270 will be reverted.

llvm-svn: 332752
This commit is contained in:
Eric Liu 2018-05-18 18:33:21 +00:00
parent 1edf4bc68c
commit ec1c1a119b
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ add_clang_library(clangDaemon
clangSerialization
clangTooling
clangToolingCore
clangToolingInclusions
clangToolingRefactor
${LLVM_PTHREAD_LIB}
${CLANGD_ATOMIC_LIB}

View File

@ -17,7 +17,7 @@
#include "clang/Format/Format.h"
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Tooling/Inclusions/HeaderIncludes.h"
#include "clang/Tooling/Core/HeaderIncludes.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Error.h"