aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-10-21 11:50:56 +0000
committerKenichi Handa1998-10-21 11:50:56 +0000
commita1dfb88a1654a505d18f0a39235378deea980133 (patch)
tree3562e65070eb8baff8b32d01bfb2d4dd84cef648 /src
parente133c8fabc3f9acb5ed02cd5466842eeb345768d (diff)
downloademacs-a1dfb88a1654a505d18f0a39235378deea980133.tar.gz
emacs-a1dfb88a1654a505d18f0a39235378deea980133.zip
Include frame.h before fontset.h.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c6
-rw-r--r--src/xterm.c2
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. */
26#endif 26#endif
27#include "lisp.h" 27#include "lisp.h"
28#include "charset.h" 28#include "charset.h"
29#ifdef HAVE_WINDOW_SYSTEM
30#include "fontset.h"
31#endif
32#ifdef HAVE_X_WINDOWS 29#ifdef HAVE_X_WINDOWS
33#include "xterm.h" 30#include "xterm.h"
34#endif 31#endif
35#include "frame.h" 32#include "frame.h"
33#ifdef HAVE_WINDOW_SYSTEM
34#include "fontset.h"
35#endif
36#include "termhooks.h" 36#include "termhooks.h"
37#include "dispextern.h" 37#include "dispextern.h"
38#include "window.h" 38#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. */
70 70
71#include "charset.h" 71#include "charset.h"
72#include "ccl.h" 72#include "ccl.h"
73#include "fontset.h"
74#include "frame.h" 73#include "frame.h"
74#include "fontset.h"
75#include "dispextern.h" 75#include "dispextern.h"
76#include "termhooks.h" 76#include "termhooks.h"
77#include "termopts.h" 77#include "termopts.h"