include <pango/pango.h> instead of <pango/pango-font.h>.

2008-04-25  Michael Natterer  <mitch@imendio.com>

	* gdk/gdkfont.h: include <pango/pango.h> instead of
	<pango/pango-font.h>.


svn path=/trunk/; revision=20041
This commit is contained in:
Michael Natterer 2008-04-25 14:48:32 +00:00 committed by Michael Natterer
parent 824f76048a
commit 079dcccc8d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-25 Michael Natterer <mitch@imendio.com>
* gdk/gdkfont.h: include <pango/pango.h> instead of
<pango/pango-font.h>.
2008-04-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of

View File

@ -30,7 +30,7 @@
#define __GDK_FONT_H__
#include <gdk/gdktypes.h>
#include <pango/pango-font.h>
#include <pango/pango.h>
G_BEGIN_DECLS