aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/usleep.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-16 13:35:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-16 13:35:25 +0000
commit49620c896c7c7a0c7ee94ad4a52dde3994777984 (patch)
tree87310aac3e8af18a01b01dd1586a57cb0c402867 /lib/libc/gen/usleep.c
parent246863adc236d57b775f7c390a21e7b69763236c (diff)
Cleanup #includes
Notes
Notes: svn path=/head/; revision=30479
Diffstat (limited to 'lib/libc/gen/usleep.c')
-rw-r--r--lib/libc/gen/usleep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c
index 025957b71277..2ecbac2bcc3b 100644
--- a/lib/libc/gen/usleep.c
+++ b/lib/libc/gen/usleep.c
@@ -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