summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-30 09:05:08 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-30 09:05:08 +0000
commita8a360696635b758db4fe4c04b1ae6153889f885 (patch)
tree01680cfddc2080c95396dae321e02773ab6e79d4
parent0622b5275e0c739a1e115c6a5742acc63777b238 (diff)
Bug 535628 - test/patterntest.c still includes gpattern.h directly.
2008-05-30 Michael Natterer <mitch@imendio.com> 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
-rw-r--r--ChangeLog8
-rw-r--r--tests/patterntest.c4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c07a84c05..dae3c1f7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-30 Michael Natterer <mitch@imendio.com>
+
+ 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 <tml@novell.com>
Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
diff --git a/tests/patterntest.c b/tests/patterntest.c
index 494de1700..2625438b7 100644
--- a/tests/patterntest.c
+++ b/tests/patterntest.c
@@ -21,9 +21,7 @@
#undef G_LOG_DOMAIN
#include <string.h>
-
-#include "glib.h"
-#include "glib/gpattern.h"
+#include <glib.h>
static gboolean noisy = FALSE;