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
This commit is contained in:
Reid Spencer 2004-11-15 04:47:22 +00:00
parent 82bec2cff0
commit a79a99a1dc
9 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
#include "../Unix/Unix.cpp"
#include "../Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
#include "../Unix/Unix.cpp"
#include "../Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
#include "../Unix/Unix.cpp"
#include "../Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;

View File

@ -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;

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
#include "../Unix/Unix.cpp"
#include "../Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file provides the Linux specific implementation of the TimeValue class.
// This file provides the Linux implementation of the TimeValue class.
//
//===----------------------------------------------------------------------===//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file provides the SunOS specific implementation of the TimeValue class.
// This file provides the SunOS implementation of the TimeValue class.
//
//===----------------------------------------------------------------------===//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file provides the Win32 specific implementation of the TimeValue class.
// This file provides the Win32 implementation of the TimeValue class.
//
//===----------------------------------------------------------------------===//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file provides the Win32 specific implementation of the TimeValue class.
// This file provides the Win32 implementation of the TimeValue class.
//
//===----------------------------------------------------------------------===//