mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
remove some useless #include,
document why timeconv.h is needed MFC after: 3 days
This commit is contained in:
parent
d78f78230d
commit
e5dbf7366f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187604
@ -20,30 +20,24 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <limits.h>
|
||||
#include <netdb.h>
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <timeconv.h> /* XXX do we need this ? */
|
||||
#include <unistd.h>
|
||||
#include <sysexits.h>
|
||||
#include <timeconv.h> /* _long_to_time */
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user