Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/libc/fnmatch.c')
-rw-r--r--winsup/cygwin/libc/fnmatch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/libc/fnmatch.c b/winsup/cygwin/libc/fnmatch.c
index 6655bca88..410254ab8 100644
--- a/winsup/cygwin/libc/fnmatch.c
+++ b/winsup/cygwin/libc/fnmatch.c
@@ -64,11 +64,7 @@ __FBSDID("$FreeBSD: head/lib/libc/gen/fnmatch.c 288309 2015-09-27 12:52:18Z jill
#include <wchar.h>
#include <wctype.h>
-#ifdef __CYGWIN__
-#include "../collate.h"
-#else
#include "collate.h"
-#endif
#define EOS '\0'