Author: miguel Date: 2006-10-17 18:32:47 -0400 (Tue, 17 Oct 2006) New Revision: 66767
Modified: trunk/mono/support/map-icalls.h trunk/mono/support/map.h trunk/mono/support/sys-wait.c trunk/mono/support/syslog.c trunk/mono/support/time.c Log: Do not depend on glib/types.h Modified: trunk/mono/support/map-icalls.h =================================================================== --- trunk/mono/support/map-icalls.h 2006-10-17 22:15:48 UTC (rev 66766) +++ trunk/mono/support/map-icalls.h 2006-10-17 22:32:47 UTC (rev 66767) @@ -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 Modified: trunk/mono/support/map.h =================================================================== --- trunk/mono/support/map.h 2006-10-17 22:15:48 UTC (rev 66766) +++ trunk/mono/support/map.h 2006-10-17 22:32:47 UTC (rev 66767) @@ -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 Modified: trunk/mono/support/sys-wait.c =================================================================== --- trunk/mono/support/sys-wait.c 2006-10-17 22:15:48 UTC (rev 66766) +++ trunk/mono/support/sys-wait.c 2006-10-17 22:32:47 UTC (rev 66767) @@ -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" Modified: trunk/mono/support/syslog.c =================================================================== --- trunk/mono/support/syslog.c 2006-10-17 22:15:48 UTC (rev 66766) +++ trunk/mono/support/syslog.c 2006-10-17 22:32:47 UTC (rev 66767) @@ -12,7 +12,7 @@ #include <errno.h> #include "mph.h" -#include <glib/gtypes.h> +#include <glib.h> G_BEGIN_DECLS Modified: trunk/mono/support/time.c =================================================================== --- trunk/mono/support/time.c 2006-10-17 22:15:48 UTC (rev 66766) +++ trunk/mono/support/time.c 2006-10-17 22:32:47 UTC (rev 66767) @@ -12,7 +12,7 @@ #include <errno.h> #include "mph.h" -#include <glib/gtypes.h> +#include <glib.h> G_BEGIN_DECLS _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
