]> git.eshelyaron.com Git - emacs.git/commitdiff
Include keyboard.h before frame.h.
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 23:45:16 +0000 (23:45 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 23:45:16 +0000 (23:45 +0000)
src/w32select.c
src/w32xfns.c
src/window.c

index 2877e1657cc23b1772bb61e431f774ecb220e89b..560fad01a204b133785e9eaa6f3309a4f07a294c 100644 (file)
@@ -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"
index df3984eb4b4c3b735a55eb8b75152677d58bc69a..9624e0dd4eb4101f8176b2b25aa65c25fdc03dca 100644 (file)
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA.  */
 #include <signal.h>
 #include <stdio.h>
 #include "lisp.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "charset.h"
 #include "fontset.h"
index 88c8c81a90b11c0e717c85ec78bfffe475472235..c7aa6769aa70d0f46909dc4cb719a00d23a1a44b 100644 (file)
@@ -22,13 +22,13 @@ Boston, MA 02111-1307, USA.  */
 #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"