1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Remove circular header reference in Threading.h/Mutex.h

llvm-svn: 211290
This commit is contained in:
David Blaikie 2014-06-19 18:26:26 +00:00
parent 966f53629f
commit 53aaa05600

View File

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