changeset 91615:171cbc1f129b

Jim Meyering <meyering at redhat.com> [lint]: Don't include <sys/inode.h>.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Feb 2008 06:54:27 +0000
parents 4da0fa0a0813
children a2610cd19ac0
files src/lread.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Thu Feb 07 06:27:09 2008 +0000
+++ b/src/lread.c	Thu Feb 07 06:54:27 2008 +0000
@@ -42,10 +42,6 @@
 #include "coding.h"
 #include "blockinput.h"
 
-#ifdef lint
-#include <sys/inode.h>
-#endif /* lint */
-
 #ifdef MSDOS
 #if __DJGPP__ < 2
 #include <unistd.h>	/* to get X_OK */