summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-06-19 18:26:26 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-06-19 18:26:26 +0000
commit9022b9a501c2c213deb2d062282658f367758dc7 (patch)
treec451802ab56e511b1923233dcefc2233ff185de6 /include
parentab19aae90fc10bab660ceb3d426f31a3cb66d99e (diff)
downloadllvm-9022b9a501c2c213deb2d062282658f367758dc7.tar.gz
llvm-9022b9a501c2c213deb2d062282658f367758dc7.tar.bz2
llvm-9022b9a501c2c213deb2d062282658f367758dc7.tar.xz
Remove circular header reference in Threading.h/Mutex.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/Threading.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Support/Threading.h b/include/llvm/Support/Threading.h
index 981971bd1e..7e8758407c 100644
--- a/include/llvm/Support/Threading.h
+++ b/include/llvm/Support/Threading.h
@@ -15,8 +15,6 @@
#ifndef LLVM_SUPPORT_THREADING_H
#define LLVM_SUPPORT_THREADING_H
-#include "llvm/Support/Mutex.h"
-
namespace llvm {
/// Returns true if LLVM is compiled with support for multi-threading, and
/// false otherwise.