From 9022b9a501c2c213deb2d062282658f367758dc7 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 19 Jun 2014 18:26:26 +0000 Subject: [PATCH] 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 --- include/llvm/Support/Threading.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Support/Threading.h b/include/llvm/Support/Threading.h index 981971bd1e8..7e8758407c7 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. -- 2.34.1