aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorAndrew Innes2000-08-22 23:45:16 +0000
committerAndrew Innes2000-08-22 23:45:16 +0000
commit3e4731a35aecef3d0002b3bcc2d89c87d26646fa (patch)
tree82c2142b7ca08df8a7753f9b662ba40159816eb0 /src/window.c
parent38006079e4a18d30090ee187f032eff4c6182ea6 (diff)
downloademacs-3e4731a35aecef3d0002b3bcc2d89c87d26646fa.tar.gz
emacs-3e4731a35aecef3d0002b3bcc2d89c87d26646fa.zip
Include keyboard.h before frame.h.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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"