From 49620c896c7c7a0c7ee94ad4a52dde3994777984 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 16 Oct 1997 13:35:25 +0000 Subject: [PATCH] Cleanup #includes --- lib/libc/gen/sleep.c | 3 +-- lib/libc/gen/usleep.c | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c index 5b96642d3f68..f7f775903c13 100644 --- a/lib/libc/gen/sleep.c +++ b/lib/libc/gen/sleep.c @@ -35,8 +35,7 @@ static char sccsid[] = "@(#)sleep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#include -#include +#include #include unsigned int 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 -#include -#include +#include #include void