1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Don't include headers already included by system.h:

Don't include stdlib.h.
This commit is contained in:
Jim Meyering
2003-07-23 07:15:20 +00:00
parent d2524a710e
commit 9459b2d0b0

View File

@@ -60,9 +60,6 @@
#include <getopt.h>
#include <signal.h>
/* Get MB_CUR_MAX. */
#include <stdlib.h>
/* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth(). */
#if HAVE_WCHAR_H
# include <wchar.h>