mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02: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:
committed by
Michael Natterer
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>
|
||||
|
||||
Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user