diff src/dispnew.c @ 13526:34382f4e23cb

Always include dispextern.h before cm.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Nov 1995 05:20:12 +0000
parents 89f89cadc30d
children a3c83dde295e
line wrap: on
line diff
--- a/src/dispnew.c	Sat Nov 11 23:56:47 1995 +0000
+++ b/src/dispnew.c	Sun Nov 12 05:20:12 1995 +0000
@@ -29,13 +29,9 @@
 #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"