[clangd] Delete unused includes.

llvm-svn: 346872
This commit is contained in:
Kadir Cetinkaya 2018-11-14 17:07:39 +00:00
parent 6072842770
commit c9b1b100e4
1 changed files with 0 additions and 2 deletions

View File

@ -8,11 +8,9 @@
//===----------------------------------------------------------------------===//
#include "TestFS.h"
#include "URI.h"
#include "clang/AST/DeclCXX.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Path.h"
#include "gtest/gtest.h"
namespace clang {
namespace clangd {