diff options
Diffstat (limited to 'src/scroll.c')
| -rw-r--r-- | src/scroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scroll.c b/src/scroll.c index f4faca2fad8..c4371377e03 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -22,9 +22,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include <string.h> | 24 | #include <string.h> |
| 25 | #include "lisp.h" | ||
| 25 | #include "systty.h" /* For emacs_tty in termchar.h */ | 26 | #include "systty.h" /* For emacs_tty in termchar.h */ |
| 26 | #include "termchar.h" | 27 | #include "termchar.h" |
| 27 | #include "lisp.h" | ||
| 28 | #include "dispextern.h" | 28 | #include "dispextern.h" |
| 29 | #include "keyboard.h" | 29 | #include "keyboard.h" |
| 30 | #include "frame.h" | 30 | #include "frame.h" |