diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 22:15:02 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 22:15:02 +0000 |
commit | 552c169ed340d8e417b55f862d91c6ee581bbfce (patch) | |
tree | c6104701ad7df65e998553b5ce8c9d6ca2e95e28 /clang/lib/Serialization/GlobalModuleIndex.cpp | |
parent | 3c6bb8e19f0671f2184e45a38e7a965cd787b13d (diff) | |
download | bcm5719-llvm-552c169ed340d8e417b55f862d91c6ee581bbfce.tar.gz bcm5719-llvm-552c169ed340d8e417b55f862d91c6ee581bbfce.zip |
Include Path.h instead of PathV2.h.
I am about to move PathV2.h to Path.h.
llvm-svn: 183795
Diffstat (limited to 'clang/lib/Serialization/GlobalModuleIndex.cpp')
-rw-r--r-- | clang/lib/Serialization/GlobalModuleIndex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Serialization/GlobalModuleIndex.cpp b/clang/lib/Serialization/GlobalModuleIndex.cpp index b6693e40e51..5413d385dd6 100644 --- a/clang/lib/Serialization/GlobalModuleIndex.cpp +++ b/clang/lib/Serialization/GlobalModuleIndex.cpp @@ -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; |