From e9bbdc3a5165109f529bd9646f5fd1bbb49046e7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 22 Feb 1993 14:23:02 +0000 Subject: * buffer.h: Remove code which #includes "undo.h" if lint is defined. undo.h no longer exists. --- src/buffer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/buffer.h') diff --git a/src/buffer.h b/src/buffer.h index 77784d27da0..f1113ddcacf 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -18,11 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef lint -#include "undo.h" -#endif /* lint */ - - #ifdef USE_TEXT_PROPERTIES #define SET_PT(position) (set_point ((position), current_buffer)) #define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer)) -- cgit v1.2.1