aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorAndrew Innes2000-08-22 22:41:00 +0000
committerAndrew Innes2000-08-22 22:41:00 +0000
commit2538fae4f8e5e7a82449dd904d471439c9eb6345 (patch)
tree3eb2c6bdc5fe15319a0764da29721cbd218054f3 /src/alloc.c
parente36ec798cc3811bf267219ebddd411e6c3ddb309 (diff)
downloademacs-2538fae4f8e5e7a82449dd904d471439c9eb6345.tar.gz
emacs-2538fae4f8e5e7a82449dd904d471439c9eb6345.zip
Include keyboard.h before frame.h.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index fa6a4c2394c..daadc998cb5 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -36,9 +36,9 @@ Boston, MA 02111-1307, USA. */
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>