]> git.eshelyaron.com Git - emacs.git/commitdiff
(image_ascent): Don't include "charset.h". Include
authorKenichi Handa <handa@m17n.org>
Wed, 14 May 2008 01:39:03 +0000 (01:39 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 May 2008 01:39:03 +0000 (01:39 +0000)
"character.h" and "font.h".

src/image.c

index 3a972197293331e1da8d7067346ad243a9f5c671..b85e1e0a7d492cb47d2ecd4ea1afd904174ac7be 100644 (file)
@@ -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"