Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / Support / StringRef.cpp
index bfae7543625ee924dc967d30c062b50980033872..bd2a37bb5efd3a047f079db6fe4e928740c961d4 100644 (file)
@@ -10,7 +10,6 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/APInt.h"
 #include "llvm/ADT/Hashing.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/edit_distance.h"
 #include <bitset>