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
3dcc8b84
Commit
3dcc8b84
authored
May 14, 2008
by
Kenichi Handa
Browse files
(image_ascent): Don't include "charset.h". Include
"character.h" and "font.h".
parent
e0c8ad78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/image.c
src/image.c
+2
-1
No files found.
src/image.c
View file @
3dcc8b84
...
@@ -40,9 +40,10 @@ Boston, MA 02110-1301, USA. */
...
@@ -40,9 +40,10 @@ Boston, MA 02110-1301, USA. */
#include "blockinput.h"
#include "blockinput.h"
#include "systime.h"
#include "systime.h"
#include <epaths.h>
#include <epaths.h>
#include "char
set
.h"
#include "char
acter
.h"
#include "coding.h"
#include "coding.h"
#include "termhooks.h"
#include "termhooks.h"
#include "font.h"
#ifdef HAVE_X_WINDOWS
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#include "xterm.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