diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-08 23:10:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-08 23:10:41 +0000 |
commit | acfb98ece652bb7de614edddadd567faf136b4f5 (patch) | |
tree | 372694cc5165dd204eac4282fb240a5d1f17d36d /lib | |
parent | 0a6f31055f7d45d41b712926b7611c12bbdebda8 (diff) | |
download | FreeBSD-src-acfb98ece652bb7de614edddadd567faf136b4f5.zip FreeBSD-src-acfb98ece652bb7de614edddadd567faf136b4f5.tar.gz |
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!).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/libutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <stdio.h> #include <sys/cdefs.h> /* for properties.c */ |