1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

From gnulib:

Don't include <sys/types.h>.  It's unnecessary.
This commit is contained in:
Jim Meyering
2002-11-22 13:23:52 +00:00
parent d81d040dea
commit 17bbb9bcb1
-1
View File
@@ -31,7 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#if defined _LIBC || defined HAVE_STRING_H
# include <string.h>
#endif
#include <sys/types.h>
typedef unsigned chartype;