X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FTimer.cpp;h=a9ed5eecfa7e0d9c9ee9bfa5cb229a8b752ccb41;hb=60f91a3d9518617e29da18477ae433b8f0069304;hp=44ee1777cb574b0215f849e07c55bb574c41ada7;hpb=03c3dc7b6828d48a9f3be50896b3390a696caa64;p=oota-llvm.git diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 44ee1777cb5..a9ed5eecfa7 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -17,8 +17,8 @@ #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Format.h" -#include "llvm/System/Mutex.h" -#include "llvm/System/Process.h" +#include "llvm/Support/Mutex.h" +#include "llvm/Support/Process.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/StringMap.h" using namespace llvm;