Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1dfb88a
Commit
a1dfb88a
authored
Oct 21, 1998
by
Kenichi Handa
Browse files
Include frame.h before fontset.h.
parent
e133c8fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/frame.c
src/frame.c
+3
-3
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/frame.c
View file @
a1dfb88a
...
...
@@ -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"
...
...
src/xterm.c
View file @
a1dfb88a
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment