Move PathV2.h to Path.h
[oota-llvm.git] / unittests / Support / FileOutputBufferTest.cpp
index 80d724536821fc3a5fb9a59b2cd9dc12612f74bf..c7ca1ab6a612f2355f430f9a2cdecee939b89aa0 100644 (file)
@@ -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"