From bf56c3d770aff2c18420632852ff3bca0297baea Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" 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!). --- libutil/libutil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libutil/libutil.h') diff --git a/libutil/libutil.h b/libutil/libutil.h index f21cbb4..e4cb0ad 100644 --- a/libutil/libutil.h +++ b/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.2.3