From 3e4731a35aecef3d0002b3bcc2d89c87d26646fa Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 22 Aug 2000 23:45:16 +0000 Subject: [PATCH] Include keyboard.h before frame.h. --- src/w32select.c | 1 + src/w32xfns.c | 1 + src/window.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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. */ #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" 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. */ #include #include #include "lisp.h" +#include "keyboard.h" #include "frame.h" #include "charset.h" #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. */ #include #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" -- 2.39.2