[clangd] Remove obsolete includes. NFC

llvm-svn: 370865
This commit is contained in:
Sam McCall 2019-09-04 10:01:05 +00:00
parent 4ca718561f
commit 2ae9da2639
3 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//===--- ThreadPool.h --------------------------------------------*- C++-*-===//
//===--- Threading.h - Abstractions for multithreading -----------*- C++-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@ -10,7 +10,7 @@
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_THREADING_H
#include "Context.h"
#include "Function.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/Twine.h"
#include <cassert>
#include <condition_variable>

View File

@ -8,7 +8,6 @@
#include "Trace.h"
#include "Context.h"
#include "Function.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/Chrono.h"

View File

@ -18,7 +18,6 @@
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_TRACE_H_
#include "Context.h"
#include "Function.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/raw_ostream.h"