Mercurial > emacs
diff src/window.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 | 3e4912d77e89 |
| children | 9cb95a7ee33e |
line wrap: on
line diff
--- a/src/window.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/window.c Tue Aug 22 23:45:16 2000 +0000 @@ -22,13 +22,13 @@ #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"
