[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

@@ -19,7 +19,6 @@
#include "clang/Lex/HeaderSearchOptions.h"
#include "clang/Serialization/ASTReader.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
@@ -35,6 +34,7 @@
#include "llvm/Support/Process.h"
#include "llvm/Support/system_error.h"
#include <atomic>
#include <memory>
#include <sys/stat.h>
using namespace clang;