aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-06 21:24:37 +0000
committerOwen Anderson <resistor@mac.com>2009-07-06 21:24:37 +0000
commit56fe63da63322d0cd1c7a52e0093a6b1ca8872b0 (patch)
treee1fd3740751006a45c8b65c032e06bb89d90a0b5 /lib
parent2f1136f28a798171e710bb058edb9a609a68ed14 (diff)
downloadexternal_llvm-56fe63da63322d0cd1c7a52e0093a6b1ca8872b0.zip
external_llvm-56fe63da63322d0cd1c7a52e0093a6b1ca8872b0.tar.gz
external_llvm-56fe63da63322d0cd1c7a52e0093a6b1ca8872b0.tar.bz2
No need to double-include config.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/System/Threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Threading.cpp b/lib/System/Threading.cpp
index bc41afe..466c468 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 <cassert>
+
using namespace llvm;
static bool multithreaded_mode = false;