summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
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
commit3bc8e7190909b8f5962e95360bc2cc929b50cf2f (patch)
tree494e9177d8c939eb30df7f07dde9b0aa819cc88b /llvm/lib/Support
parent9d63234ad1936f32e9495cd489f35b6b76a917c0 (diff)
downloadbcm5719-llvm-3bc8e7190909b8f5962e95360bc2cc929b50cf2f.tar.gz
bcm5719-llvm-3bc8e7190909b8f5962e95360bc2cc929b50cf2f.zip
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. llvm-svn: 183801
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/PathV2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/PathV2.cpp b/llvm/lib/Support/PathV2.cpp
index 9533e78eada..24eac47eca0 100644
--- a/llvm/lib/Support/PathV2.cpp
+++ b/llvm/lib/Support/PathV2.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
OpenPOWER on IntegriCloud