* src/wc.c: Now that gnulib provides the POSIX-specified <wchar.h>,
include it and <wctype.h>, rather than "wcwidth.h".
* src/ls.c: Include <wchar.h>, rather than "wcwidth.h".
+2007-07-08 Jim Meyering <jim@meyering.net>
+
+ Use <wchar.h>, not "wcwidth.h".
+ * src/wc.c: Now that gnulib provides the POSIX-specified <wchar.h>,
+ include it and <wctype.h>, rather than "wcwidth.h".
+ * src/ls.c: Include <wchar.h>, rather than "wcwidth.h".
+
2007-07-05 Jim Meyering <jim@meyering.net>
setuidgid: set all groups, not just the primary one.
#include <getopt.h>
#include <signal.h>
#include <selinux/selinux.h>
+#include <wchar.h>
/* Use SA_NOCLDSTOP as a proxy for whether the sigaction machinery is
present. */
#include "stat-time.h"
#include "strftime.h"
#include "strverscmp.h"
-#include "wcwidth.h"
#include "xstrtol.h"
#include "mreadlink.h"
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+#include <wchar.h>
+#include <wctype.h>
#include "system.h"
#include "error.h"
#include "quote.h"
#include "readtokens0.h"
#include "safe-read.h"
-#include "wcwidth.h"
#if !defined iswspace && !HAVE_ISWSPACE
# define iswspace(wc) \