summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-08 23:10:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-08 23:10:41 +0000
commitbf56c3d770aff2c18420632852ff3bca0297baea (patch)
treeeb186a7ff66280a42fdc2a6ee9e324305b7d3baa /libutil
parent4e5407a398a455f2228e248615c16735ca644191 (diff)
downloadpw-darwin-bf56c3d770aff2c18420632852ff3bca0297baea.tar.gz
pw-darwin-bf56c3d770aff2c18420632852ff3bca0297baea.tar.zst
pw-darwin-bf56c3d770aff2c18420632852ff3bca0297baea.zip
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 'libutil')
-rw-r--r--libutil/libutil.h3
1 files changed, 1 insertions, 2 deletions
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 <stdio.h>
#include <sys/cdefs.h>
/* for properties.c */