summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Mutex.h')
-rw-r--r--include/llvm/Support/Mutex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/Support/Mutex.h b/include/llvm/Support/Mutex.h
index 496a4381f3..2f3201a201 100644
--- a/include/llvm/Support/Mutex.h
+++ b/include/llvm/Support/Mutex.h
@@ -15,11 +15,13 @@
#define LLVM_SUPPORT_MUTEX_H
#include "llvm/Support/Compiler.h"
-#include "llvm/Support/Threading.h"
#include <cassert>
namespace llvm
{
+ // Forward declare.
+ bool llvm_is_multithreaded();
+
namespace sys
{
/// @brief Platform agnostic Mutex class.