Include frame.h before fontset.h.
authorKenichi Handa <handa@m17n.org>
Wed, 21 Oct 1998 11:50:56 +0000 (11:50 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 21 Oct 1998 11:50:56 +0000 (11:50 +0000)
src/frame.c
src/xterm.c

index 6648a9b..64b146c 100644 (file)
@@ -26,13 +26,13 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #include "lisp.h"
 #include "charset.h"
-#ifdef HAVE_WINDOW_SYSTEM
-#include "fontset.h"
-#endif
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"
 #endif
 #include "frame.h"
+#ifdef HAVE_WINDOW_SYSTEM
+#include "fontset.h"
+#endif
 #include "termhooks.h"
 #include "dispextern.h"
 #include "window.h"
index 5b0eb72..b9a8d1c 100644 (file)
@@ -70,8 +70,8 @@ Boston, MA 02111-1307, USA.  */
 
 #include "charset.h"
 #include "ccl.h"
-#include "fontset.h"
 #include "frame.h"
+#include "fontset.h"
 #include "dispextern.h"
 #include "termhooks.h"
 #include "termopts.h"