diff options
| author | Kenichi Handa | 2008-05-14 01:39:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-14 01:39:03 +0000 |
| commit | 3dcc8b84aacc55dc4eb6a82607b7afd88f2b24a6 (patch) | |
| tree | bf449eb6aba53d4428effb7b47452a51734c0057 /src/image.c | |
| parent | e0c8ad7833eda475af9b3becc23c150bb0fd6b90 (diff) | |
| download | emacs-3dcc8b84aacc55dc4eb6a82607b7afd88f2b24a6.tar.gz emacs-3dcc8b84aacc55dc4eb6a82607b7afd88f2b24a6.zip | |
(image_ascent): Don't include "charset.h". Include
"character.h" and "font.h".
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 3a972197293..b85e1e0a7d4 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -40,9 +40,10 @@ Boston, MA 02110-1301, USA. */ | |||
| 40 | #include "blockinput.h" | 40 | #include "blockinput.h" |
| 41 | #include "systime.h" | 41 | #include "systime.h" |
| 42 | #include <epaths.h> | 42 | #include <epaths.h> |
| 43 | #include "charset.h" | 43 | #include "character.h" |
| 44 | #include "coding.h" | 44 | #include "coding.h" |
| 45 | #include "termhooks.h" | 45 | #include "termhooks.h" |
| 46 | #include "font.h" | ||
| 46 | 47 | ||
| 47 | #ifdef HAVE_X_WINDOWS | 48 | #ifdef HAVE_X_WINDOWS |
| 48 | #include "xterm.h" | 49 | #include "xterm.h" |