From f802d542d6c1ab729cabd90a9c72891f1c2c8ee8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 29 Nov 2007 23:59:17 +0000 Subject: =?UTF-8?q?Bug=20500549=20=E2=80=93=20pangocairo.h=20should=20incl?= =?UTF-8?q?ude=20pango.h=20and=20cairo.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-11-29 Behdad Esfahbod Bug 500549 – pangocairo.h should include pango.h and cairo.h * pango/pangocairo.h: #include svn path=/trunk/; revision=2505 --- ChangeLog | 6 ++++++ pango/pangocairo.h | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f21f183..fd490e6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-29 Behdad Esfahbod + + Bug 500549 – pangocairo.h should include pango.h and cairo.h + + * pango/pangocairo.h: #include + 2007-11-23 Behdad Esfahbod * docs/check.docs: Make it reusable by not hardcoding "pango". diff --git a/pango/pangocairo.h b/pango/pangocairo.h index 54fe031c..364d8019 100644 --- a/pango/pangocairo.h +++ b/pango/pangocairo.h @@ -22,9 +22,7 @@ #ifndef __PANGOCAIRO_H__ #define __PANGOCAIRO_H__ -#include -#include -#include +#include #include G_BEGIN_DECLS -- cgit v1.2.1