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

@@ -26,7 +26,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LockFileManager.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/PathV2.h"
#include "llvm/Support/Path.h"
#include <cstdio>
using namespace clang;
using namespace serialization;