diff options
| author | Glenn Morris | 2008-02-07 06:54:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-07 06:54:39 +0000 |
| commit | 03fa5713cc5eb2226a5ca3fb1ce59a9e9f46ffae (patch) | |
| tree | a04c3e841510da696493d1dd2d2957e80e9e2123 /src/lread.c | |
| parent | 7246382464077d5e907009c9e162d38189d5429a (diff) | |
| download | emacs-03fa5713cc5eb2226a5ca3fb1ce59a9e9f46ffae.tar.gz emacs-03fa5713cc5eb2226a5ca3fb1ce59a9e9f46ffae.zip | |
Jim Meyering <meyering at redhat.com>
[lint]: Don't include <sys/inode.h>.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lread.c b/src/lread.c index 24805abb4eb..dc8684eb05c 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -42,10 +42,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 42 | #include "coding.h" | 42 | #include "coding.h" |
| 43 | #include "blockinput.h" | 43 | #include "blockinput.h" |
| 44 | 44 | ||
| 45 | #ifdef lint | ||
| 46 | #include <sys/inode.h> | ||
| 47 | #endif /* lint */ | ||
| 48 | |||
| 49 | #ifdef MSDOS | 45 | #ifdef MSDOS |
| 50 | #if __DJGPP__ < 2 | 46 | #if __DJGPP__ < 2 |
| 51 | #include <unistd.h> /* to get X_OK */ | 47 | #include <unistd.h> /* to get X_OK */ |