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
This commit is contained in:
Michael Natterer 2008-05-30 09:05:08 +00:00 committed by Michael Natterer
parent 0622b5275e
commit a8a3606966
2 changed files with 9 additions and 3 deletions

View File

@ -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

View 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;