From: Owen Anderson Date: Mon, 6 Jul 2009 21:24:37 +0000 (+0000) Subject: No need to double-include config.h X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=643dda1d625d286dc53283d22152ba56926a1f25;p=oota-llvm.git No need to double-include config.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74854 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Threading.cpp b/lib/System/Threading.cpp index bc41afee66b..466c4680264 100644 --- a/lib/System/Threading.cpp +++ b/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;