From a0879520493ce1e1b264c5c59bd37637017c0359 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Nov 1995 05:20:12 +0000 Subject: [PATCH] Always include dispextern.h before cm.h. --- src/dispnew.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index 35fba210be5..e9978749e2a 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -29,13 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "termchar.h" #include "termopts.h" #include "termhooks.h" -#ifdef HAVE_NTGUI +/* cm.h must come after dispextern.h on Windows. */ #include "dispextern.h" #include "cm.h" -#else -#include "cm.h" -#include "dispextern.h" -#endif /* HAVE_NTGUI */ #include "buffer.h" #include "frame.h" #include "window.h" -- 2.39.2