Cleanup #includes

This commit is contained in:
Andrey A. Chernov 1997-10-16 13:35:25 +00:00
parent 246863adc2
commit 49620c896c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30479
2 changed files with 2 additions and 5 deletions

View File

@ -35,8 +35,7 @@
static char sccsid[] = "@(#)sleep.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/time.h>
#include <signal.h>
#include <time.h>
#include <unistd.h>
unsigned int

View File

@ -35,9 +35,7 @@
static char sccsid[] = "@(#)usleep.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <errno.h>
#include <sys/time.h>
#include <signal.h>
#include <time.h>
#include <unistd.h>
void