summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-30 09:05:08 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-30 09:05:08 +0000
commita8a360696635b758db4fe4c04b1ae6153889f885 (patch)
tree01680cfddc2080c95396dae321e02773ab6e79d4 /tests
parent0622b5275e0c739a1e115c6a5742acc63777b238 (diff)
downloadglib-a8a360696635b758db4fe4c04b1ae6153889f885.tar.gz
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.c4
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;