projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb50838
)
ThreadPool.h - remove unused BitVector.h include. NFC.
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sat, 27 Jun 2020 10:27:16 +0000
(11:27 +0100)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sat, 27 Jun 2020 10:37:46 +0000
(11:37 +0100)
llvm/include/llvm/Support/ThreadPool.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/ThreadPool.h
b/llvm/include/llvm/Support/ThreadPool.h
index
e9ab815
..
528fb32
100644
(file)
--- a/
llvm/include/llvm/Support/ThreadPool.h
+++ b/
llvm/include/llvm/Support/ThreadPool.h
@@
-13,7
+13,6
@@
#ifndef LLVM_SUPPORT_THREAD_POOL_H
#define LLVM_SUPPORT_THREAD_POOL_H
-#include "llvm/ADT/BitVector.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/thread.h"