File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- // ===--- ThreadPool .h --------------------------------- -----------*- C++-*-===//
1
+ // ===--- Threading .h - Abstractions for multithreading -----------*- C++-*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
10
10
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_THREADING_H
11
11
12
12
#include " Context.h"
13
- #include " Function .h"
13
+ #include " llvm/ADT/FunctionExtras .h"
14
14
#include " llvm/ADT/Twine.h"
15
15
#include < cassert>
16
16
#include < condition_variable>
Original file line number Diff line number Diff line change 8
8
9
9
#include " Trace.h"
10
10
#include " Context.h"
11
- #include " Function.h"
12
11
#include " llvm/ADT/DenseSet.h"
13
12
#include " llvm/ADT/ScopeExit.h"
14
13
#include " llvm/Support/Chrono.h"
Original file line number Diff line number Diff line change 18
18
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_TRACE_H_
19
19
20
20
#include " Context.h"
21
- #include " Function.h"
22
21
#include " llvm/ADT/Twine.h"
23
22
#include " llvm/Support/JSON.h"
24
23
#include " llvm/Support/raw_ostream.h"
You can’t perform that action at this time.
0 commit comments