changeset 1711:90523633ed59

Don't include stdio.h.
author Jim Meyering <jim@meyering.net>
date Mon, 08 Feb 1999 03:32:38 +0000
parents a6e95d15d8fb
children 0c5bd5c15afa
files lib/readutmp.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/readutmp.h
+++ b/lib/readutmp.h
@@ -1,5 +1,5 @@
 /* Declarations for GNU's read utmp module.
-   Copyright (C) 92, 93, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992-1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -28,7 +28,6 @@
 #  endif
 # endif
 
-# include <stdio.h>
 # include <sys/types.h>
 
 # ifdef HAVE_UTMPX_H