Include Path.h instead of PathV2.h.

I am about to move PathV2.h to Path.h.

llvm-svn: 183795
This commit is contained in:
Rafael Espindola
2013-06-11 22:15:02 +00:00
parent 3c6bb8e19f
commit 552c169ed3
7 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
#include "clang/Serialization/ModuleManager.h"
#include "clang/Serialization/GlobalModuleIndex.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/PathV2.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"