diff src/term.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 fc80dcfc32cd
children 43566b0aec59
line wrap: on
line diff
--- a/src/term.c	Tue Aug 22 22:40:16 2000 +0000
+++ b/src/term.c	Tue Aug 22 22:41:00 2000 +0000
@@ -31,10 +31,10 @@
 #include "lisp.h"
 #include "charset.h"
 #include "coding.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "disptab.h"
 #include "termhooks.h"
-#include "keyboard.h"
 #include "dispextern.h"
 #include "window.h"