From: Glenn Morris Date: Thu, 7 Feb 2008 06:54:39 +0000 (+0000) Subject: Jim Meyering X-Git-Tag: emacs-pretest-23.0.90~8119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03fa5713cc5eb2226a5ca3fb1ce59a9e9f46ffae;p=emacs.git Jim Meyering [lint]: Don't include . --- diff --git a/src/ChangeLog b/src/ChangeLog index 57529787a91..9fcc90c2391 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-02-07 Jim Meyering + + * lread.c [lint]: Don't include . + 2008-02-07 Stefan Monnier * xselect.c (x_handle_dnd_message): 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. */ #include "coding.h" #include "blockinput.h" -#ifdef lint -#include -#endif /* lint */ - #ifdef MSDOS #if __DJGPP__ < 2 #include /* to get X_OK */