forked from OSchip/llvm-project
ThreadPool.h - remove unused BitVector.h include. NFC.
This commit is contained in:
parent
eb50838ba0
commit
8b9e9753ea
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue