From 2370b4d81f0ada950816a2c2dd859057a86871c8 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 6 Jul 2009 21:24:37 +0000 Subject: [PATCH] No need to double-include config.h llvm-svn: 74854 --- llvm/lib/System/Threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp index bc41afee66ba..466c46802647 100644 --- a/llvm/lib/System/Threading.cpp +++ b/llvm/lib/System/Threading.cpp @@ -11,12 +11,12 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Config/config.h" #include "llvm/System/Threading.h" #include "llvm/System/Atomic.h" #include "llvm/System/Mutex.h" #include "llvm/Config/config.h" #include + using namespace llvm; static bool multithreaded_mode = false;