diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 04:47:22 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 04:47:22 +0000 |
commit | a79a99a1dc761cd302c8e6ec0a5c521a9d6bf267 (patch) | |
tree | cfbee8888e6679a2e6b06f72d60d90eb5aade58d /lib/System/FreeBSD/TimeValue.cpp | |
parent | 82bec2cff0c753f551a570361d1da5bd9f48f309 (diff) |
Actually get the #include correct so it compiles .. duh.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/FreeBSD/TimeValue.cpp')
-rw-r--r-- | lib/System/FreeBSD/TimeValue.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/FreeBSD/TimeValue.cpp b/lib/System/FreeBSD/TimeValue.cpp index bade838777..f2177b0c73 100644 --- a/lib/System/FreeBSD/TimeValue.cpp +++ b/lib/System/FreeBSD/TimeValue.cpp @@ -7,12 +7,12 @@ // //===----------------------------------------------------------------------===// // -// This file provides the FreeBSD specific implementation of the TimeValue class. +// This file provides the FreeBSD implementation of the TimeValue class. // //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; |