Skip to content

Commit 2ae9da2

Browse files
committed
[clangd] Remove obsolete includes. NFC
llvm-svn: 370865
1 parent 4ca7185 commit 2ae9da2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

clang-tools-extra/clangd/Threading.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ThreadPool.h --------------------------------------------*- C++-*-===//
1+
//===--- Threading.h - Abstractions for multithreading -----------*- C++-*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -10,7 +10,7 @@
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_THREADING_H
1111

1212
#include "Context.h"
13-
#include "Function.h"
13+
#include "llvm/ADT/FunctionExtras.h"
1414
#include "llvm/ADT/Twine.h"
1515
#include <cassert>
1616
#include <condition_variable>

clang-tools-extra/clangd/Trace.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "Trace.h"
1010
#include "Context.h"
11-
#include "Function.h"
1211
#include "llvm/ADT/DenseSet.h"
1312
#include "llvm/ADT/ScopeExit.h"
1413
#include "llvm/Support/Chrono.h"

clang-tools-extra/clangd/Trace.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_TRACE_H_
1919

2020
#include "Context.h"
21-
#include "Function.h"
2221
#include "llvm/ADT/Twine.h"
2322
#include "llvm/Support/JSON.h"
2423
#include "llvm/Support/raw_ostream.h"

0 commit comments

Comments
 (0)