gmem: remove glib-init.h inclusion
authorDjalal Harouni <tixxdz@opendz.org>
Sun, 20 Oct 2013 12:42:09 +0000 (13:42 +0100)
committerDan Winship <danw@gnome.org>
Sun, 20 Oct 2013 19:42:45 +0000 (15:42 -0400)
No need to include glib-init.h here. This was added by
commit 47444dacc069be but that commit did not make use of any its
exported symbols, so just remove it.

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
https://bugzilla.gnome.org/show_bug.cgi?id=710345

glib/gmem.c

index e3e2db5..990f637 100644 (file)
@@ -36,8 +36,6 @@
 #include <string.h>
 #include <signal.h>
 
-#include "glib-init.h"
-
 #include "gslice.h"
 #include "gbacktrace.h"
 #include "gtestutils.h"