diff 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
line wrap: on
line diff
--- a/src/alloc.c	Tue Aug 22 22:40:16 2000 +0000
+++ b/src/alloc.c	Tue Aug 22 22:41:00 2000 +0000
@@ -36,9 +36,9 @@
 #include "puresize.h"
 #include "buffer.h"
 #include "window.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "blockinput.h"
-#include "keyboard.h"
 #include "charset.h"
 #include "syssignal.h"
 #include <setjmp.h>