1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

ThreadPool.h - remove unused BitVector.h include. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-27 11:27:16 +01:00
parent ad5f8ef5db
commit 95062c5395

View File

@ -13,7 +13,6 @@
#ifndef LLVM_SUPPORT_THREAD_POOL_H #ifndef LLVM_SUPPORT_THREAD_POOL_H
#define LLVM_SUPPORT_THREAD_POOL_H #define LLVM_SUPPORT_THREAD_POOL_H
#include "llvm/ADT/BitVector.h"
#include "llvm/Config/llvm-config.h" #include "llvm/Config/llvm-config.h"
#include "llvm/Support/Threading.h" #include "llvm/Support/Threading.h"
#include "llvm/Support/thread.h" #include "llvm/Support/thread.h"