From 0277b535be09ab13c023a854e498e8bf967ba0f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 24 Feb 2002 20:37:24 +0000 Subject: [PATCH] Include "dispextern.h" unconditionally. --- src/ChangeLog | 4 ++++ src/intervals.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7102ea082d3..319934360df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-02-24 Pavel Jan,Bm(Bk + + * intervals.h: Include "dispextern.h" unconditionally. + 2002-02-24 Jason Rumney * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc diff --git a/src/intervals.h b/src/intervals.h index 22a7a772b0b..338d7989f36 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -18,9 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef NORMAL_FACE #include "dispextern.h" -#endif #define NULL_INTERVAL ((INTERVAL)0) #define INTERVAL_DEFAULT NULL_INTERVAL -- 2.39.5