No need to double-include config.h
authorOwen Anderson <resistor@mac.com>
Mon, 6 Jul 2009 21:24:37 +0000 (21:24 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 6 Jul 2009 21:24:37 +0000 (21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74854 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Threading.cpp

index bc41afee66bafca2c8a261dcd41d0bb3feba7fe3..466c46802647ce1684fd3cc09d0cdaab8688985c 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#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;