diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:16:10 +0000 | 
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:16:10 +0000 | 
| commit | 447762da858c1705c5fce5288f874797dc4b1135 (patch) | |
| tree | aa93dd9d52efdac9dc7f9560dc3054ef82375fbc /llvm/lib/VMCore/LeakDetector.cpp | |
| parent | 8aaf49959c209561a223ecf869af096730412389 (diff) | |
| download | bcm5719-llvm-447762da858c1705c5fce5288f874797dc4b1135.tar.gz bcm5719-llvm-447762da858c1705c5fce5288f874797dc4b1135.zip | |
Merge System into Support.
llvm-svn: 120298
Diffstat (limited to 'llvm/lib/VMCore/LeakDetector.cpp')
| -rw-r--r-- | llvm/lib/VMCore/LeakDetector.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/lib/VMCore/LeakDetector.cpp b/llvm/lib/VMCore/LeakDetector.cpp index a44f61d822e..f6651e93e27 100644 --- a/llvm/lib/VMCore/LeakDetector.cpp +++ b/llvm/lib/VMCore/LeakDetector.cpp @@ -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; | 

