summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ThreadPool.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:58 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:58 +0000
commitda9f40267730cb5d6ea50840851fa7aa84dcd2a2 (patch)
treead2c2a5e84100ecebb0c4fbc65fece36b55324b6 /llvm/lib/Support/ThreadPool.cpp
parent6c02f9b8842d3f7ea9ecaa0e258a7ca612dcf078 (diff)
downloadbcm5719-llvm-da9f40267730cb5d6ea50840851fa7aa84dcd2a2.tar.gz
bcm5719-llvm-da9f40267730cb5d6ea50840851fa7aa84dcd2a2.zip
Remove redundant includes from lib/Support.
llvm-svn: 320627
Diffstat (limited to 'llvm/lib/Support/ThreadPool.cpp')
-rw-r--r--llvm/lib/Support/ThreadPool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/ThreadPool.cpp b/llvm/lib/Support/ThreadPool.cpp
index d0212ca1346..a5dc6b5cd55 100644
--- a/llvm/lib/Support/ThreadPool.cpp
+++ b/llvm/lib/Support/ThreadPool.cpp
@@ -15,7 +15,6 @@
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Threading.h"
-#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud