comparison src/frame.c @ 1514:ceaecac6bf2e

* frame.c: #include buffer.h.
author Jim Blandy <jimb@redhat.com>
date Sat, 31 Oct 1992 05:20:51 +0000
parents 36ef55ecb265
children 93497cd89204
comparison
equal deleted inserted replaced
1513:7381accd610d 1514:ceaecac6bf2e
23 #include "lisp.h" 23 #include "lisp.h"
24 #include "frame.h" 24 #include "frame.h"
25 25
26 #ifdef MULTI_FRAME 26 #ifdef MULTI_FRAME
27 27
28 #include "buffer.h"
28 #include "window.h" 29 #include "window.h"
29 #include "termhooks.h" 30 #include "termhooks.h"
30 31
31 /* These help us bind and responding to switch-frame events. */ 32 /* These help us bind and responding to switch-frame events. */
32 #include "commands.h" 33 #include "commands.h"