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

This commit is contained in:
Simon Pilgrim 2020-06-27 11:27:16 +01:00
parent eb50838ba0
commit 8b9e9753ea
1 changed files with 0 additions and 1 deletions

View File

@ -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"