Do not depend on glib/types.h
authorMiguel de Icaza <miguel@gnome.org>
Tue, 17 Oct 2006 22:32:47 +0000 (22:32 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 17 Oct 2006 22:32:47 +0000 (22:32 -0000)
svn path=/trunk/mono/; revision=66767

support/map-icalls.h
support/map.h
support/sys-wait.c
support/syslog.c
support/time.c

index aa43985fbdb0f9f2748bf348c8f4855416b1ddbd..c7f6fc4f2a554d35f53d4ac003d91bc633d0d067 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef INC_Mono_Posix_map_ICALLS_H
 #define INC_Mono_Posix_map_ICALLS_H
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
index baf45f12b052a836bb6acc4acb40885ba9413573..89351391c5ba744741ff1538ea10102e87fc9099 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef INC_Mono_Posix_map_H
 #define INC_Mono_Posix_map_H
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
index be2def7bda2ed3cb9fb1a7cc50fddedd62a2afc2..4dc774d0817cb93514a70a31ca49684e2c9586d0 100644 (file)
@@ -10,7 +10,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 #include "mph.h"
 #include "map.h"
index f5b96607a28ed2a6cc705aa2fd638d06b14d67c2..bb6ae89d7710bcd9e5ecfba67668988f81bf28c2 100644 (file)
@@ -12,7 +12,7 @@
 #include <errno.h>
 
 #include "mph.h"
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
index 71bbae9d0375a4d1e6d1f83640560d4209c56bbb..5068e0fc75a24729a933da1b002bcea10f8f6880 100644 (file)
@@ -12,7 +12,7 @@
 #include <errno.h>
 
 #include "mph.h"
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS