aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Cygwin/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Cygwin/Path.cpp')
-rw-r--r--lib/System/Cygwin/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/Path.cpp b/lib/System/Cygwin/Path.cpp
index 43dae2f982..b159b547ea 100644
--- a/lib/System/Cygwin/Path.cpp
+++ b/lib/System/Cygwin/Path.cpp
@@ -17,7 +17,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/Path.cpp"
+#include "Unix/Path.cpp"
namespace llvm {
using namespace sys;