diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-30 09:05:08 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-30 09:05:08 +0000 |
commit | a8a360696635b758db4fe4c04b1ae6153889f885 (patch) | |
tree | 01680cfddc2080c95396dae321e02773ab6e79d4 /tests | |
parent | 0622b5275e0c739a1e115c6a5742acc63777b238 (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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/patterntest.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |