[llvm] 8b9e975 - ThreadPool.h - remove unused BitVector.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 03:38:16 PDT 2020


Author: Simon Pilgrim
Date: 2020-06-27T11:37:46+01:00
New Revision: 8b9e9753ea6875fb954a5bcdfed132dd75d63d29

URL: https://github.com/llvm/llvm-project/commit/8b9e9753ea6875fb954a5bcdfed132dd75d63d29
DIFF: https://github.com/llvm/llvm-project/commit/8b9e9753ea6875fb954a5bcdfed132dd75d63d29.diff

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

Added: 
    

Modified: 
    llvm/include/llvm/Support/ThreadPool.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/ThreadPool.h b/llvm/include/llvm/Support/ThreadPool.h
index e9ab815d5717..528fb32525eb 100644
--- 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"


        


More information about the llvm-commits mailing list