Mercurial > emacs
changeset 31117:f390b90e3495
Include keyboard.h before frame.h.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 23:45:16 +0000 |
parents | bbd7763673b6 |
children | 37c389d61cee |
files | src/w32select.c src/w32xfns.c src/window.c |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32select.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/w32select.c Tue Aug 22 23:45:16 2000 +0000 @@ -24,6 +24,7 @@ #include "lisp.h" #include "w32term.h" /* for all of the w32 includes */ #include "dispextern.h" /* frame.h seems to want this */ +#include "keyboard.h" #include "frame.h" /* Need this to get the X window of selected_frame */ #include "blockinput.h" #include "buffer.h"
--- a/src/w32xfns.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/w32xfns.c Tue Aug 22 23:45:16 2000 +0000 @@ -22,6 +22,7 @@ #include <signal.h> #include <stdio.h> #include "lisp.h" +#include "keyboard.h" #include "frame.h" #include "charset.h" #include "fontset.h"
--- a/src/window.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/window.c Tue Aug 22 23:45:16 2000 +0000 @@ -22,13 +22,13 @@ #include <config.h> #include "lisp.h" #include "buffer.h" +#include "keyboard.h" #include "frame.h" #include "window.h" #include "commands.h" #include "indent.h" #include "termchar.h" #include "disptab.h" -#include "keyboard.h" #include "dispextern.h" #include "blockinput.h" #include "intervals.h"