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/TimeValue.cpp b/llvm/unittests/System/TimeValue.cpp index d1da5c1..7fd7c9256 100644 --- a/llvm/unittests/System/TimeValue.cpp +++ b/llvm/unittests/System/TimeValue.cpp
@@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// #include "gtest/gtest.h" -#include "llvm/System/TimeValue.h" +#include "llvm/Support/TimeValue.h" #include <time.h> using namespace llvm;