diff src/image.c @ 94934:669d4161a058

(image_ascent): Don't include "charset.h". Include "character.h" and "font.h".
author Kenichi Handa <handa@m17n.org>
date Wed, 14 May 2008 01:39:03 +0000
parents 80207eb81324
children 8971ddf55736
line wrap: on
line diff
--- a/src/image.c	Wed May 14 01:34:57 2008 +0000
+++ b/src/image.c	Wed May 14 01:39:03 2008 +0000
@@ -40,9 +40,10 @@
 #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"