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/Lex/ModuleMap.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/Lex/ModuleMap.cpp')
-rw-r--r-- | clang/lib/Lex/ModuleMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/ModuleMap.cpp b/clang/lib/Lex/ModuleMap.cpp index 62b1fc73c80..acb5694191e 100644 --- a/clang/lib/Lex/ModuleMap.cpp +++ b/clang/lib/Lex/ModuleMap.cpp @@ -27,7 +27,7 @@ #include "llvm/Support/Allocator.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Host.h" -#include "llvm/Support/PathV2.h" +#include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" #include <stdlib.h> #if defined(LLVM_ON_UNIX) |