comparison src/w32select.c @ 31117:f390b90e3495

Include keyboard.h before frame.h.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 23:45:16 +0000
parents f2308eae15d7
children e7765cb122c3
comparison
equal deleted inserted replaced
31116:bbd7763673b6 31117:f390b90e3495
22 22
23 #include <config.h> 23 #include <config.h>
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"
30 #include "charset.h" 31 #include "charset.h"
31 #include "coding.h" 32 #include "coding.h"