Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
[pspp] / lib / mbswidth.c
index 0bc1a682c11a21c543dad5b2dc70fda41d0e4a2a..012576ed25f6c237c2afef48dc4afaf42e6e468a 100644 (file)
 /* Get isprint().  */
 #include <ctype.h>
 
-/* Get mbstate_t, mbrtowc(), mbsinit().  */
+/* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth().  */
 #include <wchar.h>
 
-/* Get wcwidth().  */
-#include "wcwidth.h"
-
 /* Get iswcntrl().  */
 #include <wctype.h>