From 93968e4379a2893e3e8ddcbd24702100e8e91c0f Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 7 Jan 2001 04:54:28 +0000 Subject: Adapt to new g_utf8_to_ucs4() prototype. Sat Jan 6 20:23:54 2001 Owen Taylor * modules/arabic/arabic-x.c (arabic_engine_shape): Adapt to new g_utf8_to_ucs4() prototype. * modules/basic/basic-ft2.c: Include pango-engine.h * pango/pangoft2.h: Don't include pango.h, which would pull in pango-enums.h and thus break module building, just include neeeded pango-layout.h --- pango/pangoft2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pango/pangoft2.h') diff --git a/pango/pangoft2.h b/pango/pangoft2.h index 4cd98781..77c3667d 100644 --- a/pango/pangoft2.h +++ b/pango/pangoft2.h @@ -23,8 +23,7 @@ #ifndef __PANGOFT2_H__ #define __PANGOFT2_H__ -#include -#include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.1