changeset 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 de50b50309d1
children 6a7c2ee3c94f
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
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"