1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 22:54:02 +02:00

Don't include "xalloc.h", as system.h already does that via sys2.h.

This commit is contained in:
Jim Meyering
2002-01-21 19:51:31 +00:00
parent 758e7f409f
commit e6345ecb09

View File

@@ -109,7 +109,6 @@
#include "human.h"
#include "quotearg.h" /* For quotearg_colon */
#include "quote.h" /* For quotearg_colon */
#include "xalloc.h"
char *xstrdup PARAMS ((char const *));
#ifndef O_NOCTTY