Skip to content

Commit

Permalink
Do not depend on glib/types.h
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=66767
  • Loading branch information
migueldeicaza committed Oct 17, 2006
1 parent 811594b commit 9874935
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion support/map-icalls.h
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion support/map.h
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion support/sys-wait.c
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion support/syslog.c
Expand Up @@ -12,7 +12,7 @@
#include <errno.h>

#include "mph.h"
#include <glib/gtypes.h>
#include <glib.h>

G_BEGIN_DECLS

Expand Down
2 changes: 1 addition & 1 deletion support/time.c
Expand Up @@ -12,7 +12,7 @@
#include <errno.h>

#include "mph.h"
#include <glib/gtypes.h>
#include <glib.h>

G_BEGIN_DECLS

Expand Down

0 comments on commit 9874935

Please sign in to comment.