(image_ascent): Don't include "charset.h". Include

"character.h" and "font.h".
This commit is contained in:
Kenichi Handa 2008-05-14 01:39:03 +00:00
parent e0c8ad7833
commit 3dcc8b84aa

View 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"