From a1dfb88a1654a505d18f0a39235378deea980133 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 21 Oct 1998 11:50:56 +0000 Subject: [PATCH] Include frame.h before fontset.h. --- src/frame.c | 6 +++--- src/xterm.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frame.c b/src/frame.c index 6648a9b384d..64b146ce0b4 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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" diff --git a/src/xterm.c b/src/xterm.c index 5b0eb720ccb..b9a8d1c3ed4 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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" -- 2.39.2