commit | 447762da858c1705c5fce5288f874797dc4b1135 | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Mon Nov 29 18:16:10 2010 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Mon Nov 29 18:16:10 2010 +0000 |
tree | aa93dd9d52efdac9dc7f9560dc3054ef82375fbc | |
parent | 8aaf49959c209561a223ecf869af096730412389 [diff] [blame] |
Merge System into Support. llvm-svn: 120298
diff --git a/llvm/unittests/System/Path.cpp b/llvm/unittests/System/Path.cpp index b8a2f63..2b0817f 100644 --- a/llvm/unittests/System/Path.cpp +++ b/llvm/unittests/System/Path.cpp
@@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // For now, just test that the header file parses. -#include "llvm/System/PathV2.h" +#include "llvm/Support/PathV2.h" #include "gtest/gtest.h"