diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-21 19:50:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-21 19:50:50 +0000 |
commit | 758e7f409f10e151e1ad0fc6d83adc2373177bd3 (patch) | |
tree | 6fb31eb633f32e8848d3972232b36065791f5e7c /src | |
parent | 945532de6697687511b1d5853b33e6081a75da6c (diff) | |
download | coreutils-758e7f409f10e151e1ad0fc6d83adc2373177bd3.tar.xz |
Don't include "xalloc.h", as system.h already does that via sys2.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ int wcwidth (); #include "same.h" #include "strverscmp.h" #include "xstrtol.h" -#include "xalloc.h" #include "xreadlink.h" /* Use access control lists only under all the following conditions. |