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!).
This commit is contained in:
jkh 1998-10-08 23:10:41 +00:00
parent 0a6f31055f
commit acfb98ece6

View File

@ -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 */