Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / Support / Timer.cpp
index 0456f5d638308a5d444167960104525173ad123a..7cf4d372a55e4e92746204b95856a4b7e1239d3c 100644 (file)
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Timer.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"