Actually get the #include correct so it compiles .. duh.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 15 Nov 2004 04:47:22 +0000 (04:47 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 15 Nov 2004 04:47:22 +0000 (04:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17817 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/AIX/TimeValue.cpp
lib/System/Cygwin/TimeValue.cpp
lib/System/Darwin/TimeValue.cpp
lib/System/FreeBSD/TimeValue.cpp
lib/System/Interix/TimeValue.cpp
lib/System/Linux/TimeValue.cpp
lib/System/SunOS/TimeValue.cpp
lib/System/Win32/TimeValue.cpp
lib/System/Win32/TimeValue.inc

index 42975ad2098b18354268ee499da65646d72b92e0..f04a605b7202df1ee6803715a658814220bc71bf 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
 
 namespace llvm {
 using namespace sys;
index aaee13a1e31e7339bde6bbaf3e9f3ee5aca0cdd4..85a0e4d4dcadd9ebd3c8994065f63f1adb2e2b2a 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
 
 namespace llvm {
 using namespace sys;
index 0791f443aee149eb65807389c9b747e4d7552975..357260babc279176c24f2f1391f792dc4d2346a9 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
 
 namespace llvm {
 using namespace sys;
index bade8387775a6e86a4a152aa714b9f0b6e16e632..f2177b0c73bd62bb5d702770fabc04ace3163b23 100644 (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;
index 60c7e0668eb89879ae3a57fe3c5cc3d5efe45bd0..db30d38592741e53a2101edded42ff38532f45db 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
 
 namespace llvm {
 using namespace sys;
index 8f52770e3ac9bb4e56d476082d1aa4bba31ba837..8c3db5d299b8f5a33b9b3b84d0dd95b18ac72d0c 100644 (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.
 //
 //===----------------------------------------------------------------------===//
 
index a4a238ba530f7a38a9cc6150e81a35619eda1d7b..82c76b0fea240940fae57f7c1a62de240f63a53e 100644 (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.
 //
 //===----------------------------------------------------------------------===//
 
index 7ec2b395485e14ead4fde4e7dff1f394a9b2ccb1..433b948748544a12454f33f09bdf407afa212836 100644 (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.
 //
 //===----------------------------------------------------------------------===//
 
index 7ec2b395485e14ead4fde4e7dff1f394a9b2ccb1..433b948748544a12454f33f09bdf407afa212836 100644 (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.
 //
 //===----------------------------------------------------------------------===//