comparison src/frame.c @ 39748:42b7a798ff79

Include keymap.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Oct 2001 16:05:21 +0000
parents 6d9fa06012a6
children fa0407ac162f
comparison
equal deleted inserted replaced
39747:38acb74fef5f 39748:42b7a798ff79
35 #endif 35 #endif
36 #include "buffer.h" 36 #include "buffer.h"
37 /* These help us bind and responding to switch-frame events. */ 37 /* These help us bind and responding to switch-frame events. */
38 #include "commands.h" 38 #include "commands.h"
39 #include "keyboard.h" 39 #include "keyboard.h"
40 #include "keymap.h"
40 #include "frame.h" 41 #include "frame.h"
41 #ifdef HAVE_WINDOW_SYSTEM 42 #ifdef HAVE_WINDOW_SYSTEM
42 #include "fontset.h" 43 #include "fontset.h"
43 #endif 44 #endif
44 #include "termhooks.h" 45 #include "termhooks.h"