From 9359060516f5dfea236fbf147815e48d54dac18a Mon Sep 17 00:00:00 2001 From: Przemysław Grzegorczyk Date: Sun, 4 Jan 2009 21:29:47 +0000 Subject: Bug 563714 – GNOME Goal: Clean up GLib and GTK+ includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2009-01-04 Przemysław Grzegorczyk Bug 563714 – GNOME Goal: Clean up GLib and GTK+ includes * gobject/generate-constants.c: * glib/pygspawn.c: Only include toplevel . svn path=/trunk/; revision=989 --- ChangeLog | 7 +++++++ glib/pygspawn.c | 2 +- gobject/generate-constants.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 842d801..eaaad6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-04 Przemysław Grzegorczyk + + Bug 563714 – GNOME Goal: Clean up GLib and GTK+ includes + + * gobject/generate-constants.c: + * glib/pygspawn.c: Only include toplevel . + 2009-01-04 Paul Pogonyshev Bug 564018 – pygobject libtool-2.2 patch diff --git a/glib/pygspawn.c b/glib/pygspawn.c index 69a120b..ab2a574 100644 --- a/glib/pygspawn.c +++ b/glib/pygspawn.c @@ -22,7 +22,7 @@ */ #include -#include +#include #include "pyglib.h" #include "pyglib-private.h" diff --git a/gobject/generate-constants.c b/gobject/generate-constants.c index f872a36..9ab9cc6 100644 --- a/gobject/generate-constants.c +++ b/gobject/generate-constants.c @@ -1,5 +1,5 @@ #include -#include +#include #include #if PY_VERSION_HEX < 0x03000000 -- cgit