From: Michael Natterer Date: Fri, 30 May 2008 09:05:08 +0000 (+0000) Subject: Bug 535628 - test/patterntest.c still includes gpattern.h directly. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a8a360696635b758db4fe4c04b1ae6153889f885;p=dana%2Fcg-glib.git Bug 535628 - test/patterntest.c still includes gpattern.h directly. 2008-05-30 Michael Natterer Bug 535628 - test/patterntest.c still includes gpattern.h directly. * tests/patterntest.c: don't include "glib/gpattern.h" directly. Patch from Hiroyuki Ikezoe. svn path=/trunk/; revision=6964 --- diff --git a/ChangeLog b/ChangeLog index c07a84c0..dae3c1f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-05-30 Michael Natterer + + Bug 535628 - test/patterntest.c still includes gpattern.h + directly. + + * tests/patterntest.c: don't include "glib/gpattern.h" directly. + Patch from Hiroyuki Ikezoe. + 2008-05-30 Tor Lillqvist Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in diff --git a/tests/patterntest.c b/tests/patterntest.c index 494de170..2625438b 100644 --- a/tests/patterntest.c +++ b/tests/patterntest.c @@ -21,9 +21,7 @@ #undef G_LOG_DOMAIN #include - -#include "glib.h" -#include "glib/gpattern.h" +#include static gboolean noisy = FALSE;