changeset 23515:1e52542fb338

Include frame.h before fontset.h.
author Kenichi Handa <handa@m17n.org>
date Wed, 21 Oct 1998 11:50:56 +0000
parents 7bad909cd6f1
children 51228e40e623
files src/frame.c src/xterm.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Wed Oct 21 11:50:56 1998 +0000
+++ b/src/frame.c	Wed Oct 21 11:50:56 1998 +0000
@@ -26,13 +26,13 @@
 #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"
--- 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"