diff src/xterm.c @ 23515:1e52542fb338

Include frame.h before fontset.h.
author Kenichi Handa <handa@m17n.org>
date Wed, 21 Oct 1998 11:50:56 +0000
parents b36799069143
children 5a0cdfd791a2
line wrap: on
line diff
--- a/src/xterm.c	Wed Oct 21 11:50:56 1998 +0000
+++ b/src/xterm.c	Wed Oct 21 11:50:56 1998 +0000
@@ -70,8 +70,8 @@
 
 #include "charset.h"
 #include "ccl.h"
+#include "frame.h"
 #include "fontset.h"
-#include "frame.h"
 #include "dispextern.h"
 #include "termhooks.h"
 #include "termopts.h"