don't #include <glib.h> from other public headers

fix up some problems that were hidden by that
This commit is contained in:
Ryan Lortie
2010-01-29 23:56:04 -05:00
parent 71b14dedd8
commit 1d55cfb51e
6 changed files with 13 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
#ifndef __G_URI_FUNCS_H__
#define __G_URI_FUNCS_H__
#include <glib.h>
#include <glib/gtypes.h>
G_BEGIN_DECLS