diff options
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; |