aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Cygwin/TimeValue.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-20 22:21:41 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-20 22:21:41 +0000
commita025270b50a0c1758617cb9aa7b94b06cf876b1f (patch)
tree1abea93a775a74b567d8711dbda4f1a645c548e9 /lib/System/Cygwin/TimeValue.cpp
parent7d05563324e538a377ba12ca62b2b5b0fbbba547 (diff)
Cygwin doesn't like .. through a link, so drop the ..
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Cygwin/TimeValue.cpp')
-rw-r--r--lib/System/Cygwin/TimeValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/TimeValue.cpp b/lib/System/Cygwin/TimeValue.cpp
index 85a0e4d4dc..7a31b0b03f 100644
--- a/lib/System/Cygwin/TimeValue.cpp
+++ b/lib/System/Cygwin/TimeValue.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/TimeValue.cpp"
+#include "Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;