diff options
Diffstat (limited to 'lib/System/Cygwin/MappedFile.cpp')
-rw-r--r-- | lib/System/Cygwin/MappedFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/MappedFile.cpp b/lib/System/Cygwin/MappedFile.cpp index 09a05757fb..94338de2c4 100644 --- a/lib/System/Cygwin/MappedFile.cpp +++ b/lib/System/Cygwin/MappedFile.cpp @@ -13,6 +13,6 @@ //===----------------------------------------------------------------------===// // Include the generic unix implementation -#include "../Unix/MappedFile.cpp" +#include "Unix/MappedFile.cpp" // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |