glib r6964 - in trunk: . tests
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6964 - in trunk: . tests
- Date: Fri, 30 May 2008 09:05:08 +0000 (UTC)
Author: mitch
Date: Fri May 30 09:05:08 2008
New Revision: 6964
URL: http://svn.gnome.org/viewvc/glib?rev=6964&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/tests/patterntest.c
Modified: trunk/tests/patterntest.c
==============================================================================
--- trunk/tests/patterntest.c (original)
+++ trunk/tests/patterntest.c Fri May 30 09:05:08 2008
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]