From 8a4599117ba1537d77e66475f83944995f85e437 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 19 Apr 1996 18:40:25 +0000 Subject: Don't include when it isn't used. This commit covers most of the ANSI library functions. Many others only need because they use u_xxx. --- lib/libc/stdlib/heapsort.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/stdlib/heapsort.c') diff --git a/lib/libc/stdlib/heapsort.c b/lib/libc/stdlib/heapsort.c index d800064f648a..964955381ea2 100644 --- a/lib/libc/stdlib/heapsort.c +++ b/lib/libc/stdlib/heapsort.c @@ -38,10 +38,9 @@ static char sccsid[] = "@(#)heapsort.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#include #include -#include #include +#include /* * Swap two areas of size number of bytes. Although qsort(3) permits random -- cgit v1.2.3