diff options
| author | Richard M. Stallman | 1995-11-12 05:20:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-12 05:20:12 +0000 |
| commit | a0879520493ce1e1b264c5c59bd37637017c0359 (patch) | |
| tree | a87e13dddb693f8ab031089e6ee72e23bc31ec48 /src | |
| parent | 06697cdba8752cca53b2886e7f3f62fcb991f65d (diff) | |
| download | emacs-a0879520493ce1e1b264c5c59bd37637017c0359.tar.gz emacs-a0879520493ce1e1b264c5c59bd37637017c0359.zip | |
Always include dispextern.h before cm.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 6 |
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" |