summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Threading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Threading.cpp')
-rw-r--r--llvm/lib/System/Threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp
index bc41afee66b..466c4680264 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 <cassert>
+
using namespace llvm;
static bool multithreaded_mode = false;
OpenPOWER on IntegriCloud