aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2008-05-14 01:39:03 +0000
committerKenichi Handa <[email protected]>2008-05-14 01:39:03 +0000
commit3dcc8b84aacc55dc4eb6a82607b7afd88f2b24a6 (patch)
treebf449eb6aba53d4428effb7b47452a51734c0057 /src/image.c
parente0c8ad7833eda475af9b3becc23c150bb0fd6b90 (diff)
(image_ascent): Don't include "charset.h". Include
"character.h" and "font.h".
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 3a97219729..b85e1e0a7d 100644
--- a/src/image.c
+++ b/src/image.c
@@ -40,9 +40,10 @@ Boston, MA 02110-1301, USA. */
#include "blockinput.h"
#include "systime.h"
#include <epaths.h>
-#include "charset.h"
+#include "character.h"
#include "coding.h"
#include "termhooks.h"
+#include "font.h"
#ifdef HAVE_X_WINDOWS
#include "xterm.h"