summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 22:21:28 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 22:21:28 +0000
commita11c3e25015a62c817e60ec4f955a7f3f3bb6c67 (patch)
tree9be798f73f3522f6527cd409ed5cf1f9c53b8fc6 /unittests
parent5ab770417bd230d2e319490261d300c50e932b71 (diff)
downloadllvm-a11c3e25015a62c817e60ec4f955a7f3f3bb6c67.tar.gz
llvm-a11c3e25015a62c817e60ec4f955a7f3f3bb6c67.tar.bz2
llvm-a11c3e25015a62c817e60ec4f955a7f3f3bb6c67.tar.xz
Move PathV2.h to Path.h
Most clients have already been moved from Path V1 to V2. The ones using V1 now include PathV1.h explicitly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Support/FileOutputBufferTest.cpp2
-rw-r--r--unittests/Support/Path.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Support/FileOutputBufferTest.cpp b/unittests/Support/FileOutputBufferTest.cpp
index 80d7245368..c7ca1ab6a6 100644
--- a/unittests/Support/FileOutputBufferTest.cpp
+++ b/unittests/Support/FileOutputBufferTest.cpp
@@ -11,7 +11,7 @@
#include "llvm/ADT/OwningPtr.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "gtest/gtest.h"
diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp
index eec8c62d8c..2f820b9181 100644
--- a/unittests/Support/Path.cpp
+++ b/unittests/Support/Path.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"