diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
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" |