Bug 535628 - test/patterntest.c still includes gpattern.h directly.
authorMichael Natterer <mitch@imendio.com>
Fri, 30 May 2008 09:05:08 +0000 (09:05 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 30 May 2008 09:05:08 +0000 (09:05 +0000)
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

ChangeLog
tests/patterntest.c

index c07a84c05bd26d506ad4278c2b5ce4bafaaccd4a..dae3c1f7ac38382cc7c47c6ae690fc0f3b6583c5 100644 (file)
--- 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
index 494de17009cca3a5ab5c1a3eb2022b927fa5e5be..2625438b7a470432b51a10363a3c6cefd7fb92f3 100644 (file)
@@ -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;