Move PathV2.h to Path.h
[oota-llvm.git] / lib / MC / MCAsmStreamer.cpp
index 9e867859da5132bc82196043c251e840ba51e6b2..4f07882c93a91526c16d5b831d5d68669d459038 100644 (file)
@@ -29,7 +29,7 @@
 #include "llvm/Support/Format.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/MathExtras.h"
-#include "llvm/Support/PathV2.h"
+#include "llvm/Support/Path.h"
 #include <cctype>
 using namespace llvm;