[C++11] Replace OwningPtr include with <memory>.

llvm-svn: 203389
This commit is contained in:
Ahmed Charles
2014-03-09 11:36:40 +00:00
parent af94d56b56
commit dfca6f97bc
58 changed files with 58 additions and 58 deletions

View File

@@ -18,7 +18,6 @@
#include "clang/CodeGen/ModuleBuilder.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/IR/DiagnosticInfo.h"
@@ -31,6 +30,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/Timer.h"
#include <memory>
using namespace clang;
using namespace llvm;