summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 03:32:38 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 03:32:38 +0000
commit1a4f074c9e98c7984fbf12ec2e2ad17c633eea47 (patch)
treec121ee25bd79a0e314872faf08207891963416e6 /lib
parent9b1973fbd778fe00582981bf4999ffb92fd98c0c (diff)
downloadcoreutils-1a4f074c9e98c7984fbf12ec2e2ad17c633eea47.tar.xz
Don't include stdio.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/readutmp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/readutmp.h b/lib/readutmp.h
index 069895f34..f468fed16 100644
--- 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