Move #includes from private.h to the .c files that need them, getting rid of
authorguenther <guenther@openbsd.org>
Sat, 24 Oct 2015 18:13:18 +0000 (18:13 +0000)
committerguenther <guenther@openbsd.org>
Sat, 24 Oct 2015 18:13:18 +0000 (18:13 +0000)
commitdbd4bd2915052b1ba472fcf66df8233e6efa0ed7
treed8bed2abbf951305123889f19565d9df2cd509d5
parent1c1551e9c19d5de9ab699e1675d3c680e7aaad0c
Move #includes from private.h to the .c files that need them, getting rid of
several.  Switch from FILENAME_MAX to PATH_MAX (it's for open(), not fopen()).

ok deraadt@ tedu@ krw@
lib/libc/time/asctime.c
lib/libc/time/localtime.c
lib/libc/time/private.h
lib/libc/time/strftime.c