diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-12 05:20:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-12 05:20:12 +0000 |
commit | af147c983df6d87fc858b77465e86d3986ae4435 (patch) | |
tree | bcdae2a2bc03365c7b06ac04c82d33a82c8ed9ad /src/dispnew.c | |
parent | 43a66d5ecd78a4dcf0b0b64d06c322e24d397b6a (diff) | |
download | emacs-af147c983df6d87fc858b77465e86d3986ae4435.tar.gz |
Always include dispextern.h before cm.h.
Diffstat (limited to 'src/dispnew.c')
-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. */ #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" |