aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-12 05:20:12 +0000
committerRichard M. Stallman1995-11-12 05:20:12 +0000
commita0879520493ce1e1b264c5c59bd37637017c0359 (patch)
treea87e13dddb693f8ab031089e6ee72e23bc31ec48 /src
parent06697cdba8752cca53b2886e7f3f62fcb991f65d (diff)
downloademacs-a0879520493ce1e1b264c5c59bd37637017c0359.tar.gz
emacs-a0879520493ce1e1b264c5c59bd37637017c0359.zip
Always include dispextern.h before cm.h.
Diffstat (limited to 'src')
-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. */
29#include "termchar.h" 29#include "termchar.h"
30#include "termopts.h" 30#include "termopts.h"
31#include "termhooks.h" 31#include "termhooks.h"
32#ifdef HAVE_NTGUI 32/* cm.h must come after dispextern.h on Windows. */
33#include "dispextern.h" 33#include "dispextern.h"
34#include "cm.h" 34#include "cm.h"
35#else
36#include "cm.h"
37#include "dispextern.h"
38#endif /* HAVE_NTGUI */
39#include "buffer.h" 35#include "buffer.h"
40#include "frame.h" 36#include "frame.h"
41#include "window.h" 37#include "window.h"