aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Threading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Threading.cpp')
-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 bc41afee66..466c468026 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;