1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

Jim Meyering <meyering at redhat.com>

[lint]: Don't include <sys/inode.h>.
This commit is contained in:
Glenn Morris 2008-02-07 06:54:39 +00:00
parent 7246382464
commit 03fa5713cc
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2008-02-07 Jim Meyering <meyering@redhat.com>
* lread.c [lint]: Don't include <sys/inode.h>.
2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
* xselect.c (x_handle_dnd_message):

View file

@ -42,10 +42,6 @@ Boston, MA 02110-1301, USA. */
#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 */