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

@@ -19,6 +19,7 @@
*/
#include "config.h"
#include "gtestutils.h"
#include <glib.h>
#include "galias.h"
#include <sys/types.h>
#ifdef G_OS_UNIX