# HG changeset patch # User Kenichi Handa # Date 908970656 0 # Node ID 1e52542fb3384de15fbf78f97f0f92c5bcaa172c # Parent 7bad909cd6f1285612211838ef9a28124280dcd4 Include frame.h before fontset.h. diff -r 7bad909cd6f1 -r 1e52542fb338 src/frame.c --- 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" diff -r 7bad909cd6f1 -r 1e52542fb338 src/xterm.c --- 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"