gmem: remove glib-init.h inclusion

No need to include glib-init.h here. This was added by
commit 47444dacc0 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
This commit is contained in:
Djalal Harouni 2013-10-20 13:42:09 +01:00 committed by Dan Winship
parent 58c26d3883
commit fef69bc655

View File

@ -36,8 +36,6 @@
#include <string.h>
#include <signal.h>
#include "glib-init.h"
#include "gslice.h"
#include "gbacktrace.h"
#include "gtestutils.h"