Merge System into Support.
[oota-llvm.git] / lib / VMCore / LeakDetector.cpp
index a44f61d822eeec61e550eda04151746b2b64d2b0..f6651e93e273222d207cfd81801a97c496fc2e56 100644 (file)
@@ -16,8 +16,8 @@
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/ManagedStatic.h"
-#include "llvm/System/Mutex.h"
-#include "llvm/System/Threading.h"
+#include "llvm/Support/Mutex.h"
+#include "llvm/Support/Threading.h"
 #include "llvm/Value.h"
 using namespace llvm;