From acfb98ece652bb7de614edddadd567faf136b4f5 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 8 Oct 1998 23:10:41 +0000 Subject: remove stdio.h include; I forgot Bruce's cardinal rule that header files shouldn't include other ones (which, unfortunately, is also a hellish rule since he broke interfaces like sysctl this way by requiring undocumented header files to be included just in order to be able to use them now - SIGH!). --- lib/libutil/libutil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index f21cbb4..e4cb0ad 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -18,13 +18,12 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id: libutil.h,v 1.16 1998/06/05 08:21:33 ache Exp $ + * $Id: libutil.h,v 1.17 1998/10/07 17:32:49 jkh Exp $ */ #ifndef _LIBUTIL_H_ #define _LIBUTIL_H_ -#include #include /* for properties.c */ -- cgit v1.1