summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-12 05:20:12 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-12 05:20:12 +0000
commita0879520493ce1e1b264c5c59bd37637017c0359 (patch)
treea87e13dddb693f8ab031089e6ee72e23bc31ec48 /src/dispnew.c
parent06697cdba8752cca53b2886e7f3f62fcb991f65d (diff)
downloademacs-a0879520493ce1e1b264c5c59bd37637017c0359.tar.gz
Always include dispextern.h before cm.h.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c6
1 files changed, 1 insertions, 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"