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/unittests | |
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/unittests')
-rw-r--r-- | clang/unittests/Lex/PPCallbacksTest.cpp | 2 | ||||
-rw-r--r-- | clang/unittests/Tooling/CompilationDatabaseTest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Lex/PPCallbacksTest.cpp b/clang/unittests/Lex/PPCallbacksTest.cpp index 36bd5f93959..4e0a4331dc4 100644 --- a/clang/unittests/Lex/PPCallbacksTest.cpp +++ b/clang/unittests/Lex/PPCallbacksTest.cpp @@ -19,7 +19,7 @@ #include "clang/Lex/ModuleLoader.h" #include "clang/Lex/PreprocessorOptions.h" #include "llvm/ADT/SmallString.h" -#include "llvm/Support/PathV2.h" +#include "llvm/Support/Path.h" #include "gtest/gtest.h" using namespace llvm; diff --git a/clang/unittests/Tooling/CompilationDatabaseTest.cpp b/clang/unittests/Tooling/CompilationDatabaseTest.cpp index defde91b26d..6e18cd3f58b 100644 --- a/clang/unittests/Tooling/CompilationDatabaseTest.cpp +++ b/clang/unittests/Tooling/CompilationDatabaseTest.cpp @@ -14,7 +14,7 @@ #include "clang/Tooling/FileMatchTrie.h" #include "clang/Tooling/JSONCompilationDatabase.h" #include "clang/Tooling/Tooling.h" -#include "llvm/Support/PathV2.h" +#include "llvm/Support/Path.h" #include "gtest/gtest.h" namespace clang { |