]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Don't include .h files already included by system.h:
authorJim Meyering <jim@meyering.net>
Mon, 27 Feb 2006 10:41:03 +0000 (10:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Feb 2006 10:41:03 +0000 (10:41 +0000)
commitee5fbeafea9947a4f81daac8cce572d9ca82d8eb
tree9791fd9ecf22e7ad834e028d786b6d6b5148d84e
parentcec76053e7f1e8ae2c3e88dfb1ee0edac49f5a05
Don't include .h files already included by system.h:
<string.h>, <stdlib.h>, <stdbool.h>, <limits.h>, <errno.h>.
Include "system.h" before the other lib/*.h header files.
Include <sys/types.h> before "system.h".
(wrap_write): Remove declaration of unused local, initial_column.
src/base64.c