autoupdate
[gnulib.git] / lib / fnmatch.c
index fd250f4..ec42b77 100644 (file)
@@ -46,8 +46,6 @@
 /* For platform which support the ISO C amendement 1 functionality we
    support user defined character classes.  */
 #if defined _LIBC || WIDE_CHAR_SUPPORT
-/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.  */
-# include <wchar.h>
 # include <wctype.h>
 #endif