mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
0622b5275e
commit
a8a3606966
@ -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>
|
2008-05-30 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
|
Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
|
||||||
|
@ -21,9 +21,7 @@
|
|||||||
#undef G_LOG_DOMAIN
|
#undef G_LOG_DOMAIN
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <glib.h>
|
||||||
#include "glib.h"
|
|
||||||
#include "glib/gpattern.h"
|
|
||||||
|
|
||||||
static gboolean noisy = FALSE;
|
static gboolean noisy = FALSE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user