comparison src/alloc.c @ 31102:6a0caa788013

Include keyboard.h before frame.h.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:41:00 +0000
parents 6362b1fc09f2
children 717e7e2ca4fd
comparison
equal deleted inserted replaced
31101:1a4f15527382 31102:6a0caa788013
34 #include "lisp.h" 34 #include "lisp.h"
35 #include "intervals.h" 35 #include "intervals.h"
36 #include "puresize.h" 36 #include "puresize.h"
37 #include "buffer.h" 37 #include "buffer.h"
38 #include "window.h" 38 #include "window.h"
39 #include "keyboard.h"
39 #include "frame.h" 40 #include "frame.h"
40 #include "blockinput.h" 41 #include "blockinput.h"
41 #include "keyboard.h"
42 #include "charset.h" 42 #include "charset.h"
43 #include "syssignal.h" 43 #include "syssignal.h"
44 #include <setjmp.h> 44 #include <setjmp.h>
45 45
46 #ifdef HAVE_UNISTD_H 46 #ifdef HAVE_UNISTD_H