Update #include to use new name of LLVM support header.

llvm/Support/PathV2.h was renamed to Path.h in LLVM r183801
This commit is contained in:
Kim Gräsman 2013-06-12 19:49:14 +00:00
parent de6b010f09
commit 5997b50ef7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/PathV2.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/system_error.h"
namespace include_what_you_use {