diff options
| author | Andrew Innes | 2000-08-22 23:45:16 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 23:45:16 +0000 |
| commit | 3e4731a35aecef3d0002b3bcc2d89c87d26646fa (patch) | |
| tree | 82c2142b7ca08df8a7753f9b662ba40159816eb0 /src | |
| parent | 38006079e4a18d30090ee187f032eff4c6182ea6 (diff) | |
| download | emacs-3e4731a35aecef3d0002b3bcc2d89c87d26646fa.tar.gz emacs-3e4731a35aecef3d0002b3bcc2d89c87d26646fa.zip | |
Include keyboard.h before frame.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32select.c | 1 | ||||
| -rw-r--r-- | src/w32xfns.c | 1 | ||||
| -rw-r--r-- | src/window.c | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c index 2877e1657cc..560fad01a20 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "w32term.h" /* for all of the w32 includes */ | 25 | #include "w32term.h" /* for all of the w32 includes */ |
| 26 | #include "dispextern.h" /* frame.h seems to want this */ | 26 | #include "dispextern.h" /* frame.h seems to want this */ |
| 27 | #include "keyboard.h" | ||
| 27 | #include "frame.h" /* Need this to get the X window of selected_frame */ | 28 | #include "frame.h" /* Need this to get the X window of selected_frame */ |
| 28 | #include "blockinput.h" | 29 | #include "blockinput.h" |
| 29 | #include "buffer.h" | 30 | #include "buffer.h" |
diff --git a/src/w32xfns.c b/src/w32xfns.c index df3984eb4b4..9624e0dd4eb 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 22 | #include <signal.h> | 22 | #include <signal.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "keyboard.h" | ||
| 25 | #include "frame.h" | 26 | #include "frame.h" |
| 26 | #include "charset.h" | 27 | #include "charset.h" |
| 27 | #include "fontset.h" | 28 | #include "fontset.h" |
diff --git a/src/window.c b/src/window.c index 88c8c81a90b..c7aa6769aa7 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -22,13 +22,13 @@ Boston, MA 02111-1307, USA. */ | |||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
| 25 | #include "keyboard.h" | ||
| 25 | #include "frame.h" | 26 | #include "frame.h" |
| 26 | #include "window.h" | 27 | #include "window.h" |
| 27 | #include "commands.h" | 28 | #include "commands.h" |
| 28 | #include "indent.h" | 29 | #include "indent.h" |
| 29 | #include "termchar.h" | 30 | #include "termchar.h" |
| 30 | #include "disptab.h" | 31 | #include "disptab.h" |
| 31 | #include "keyboard.h" | ||
| 32 | #include "dispextern.h" | 32 | #include "dispextern.h" |
| 33 | #include "blockinput.h" | 33 | #include "blockinput.h" |
| 34 | #include "intervals.h" | 34 | #include "intervals.h" |