summaryrefslogtreecommitdiff
path: root/glib/giounix.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-04 01:27:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-04 01:27:44 +0000
commitbbbd329ff5bd634b4e1d4fb43b13538779e44a78 (patch)
treed9751d5c30efcbc5e8b881b129824235c8072762 /glib/giounix.c
parent6df677db748bfadbb20b0a76e2386045daaee43e (diff)
downloadglib-bbbd329ff5bd634b4e1d4fb43b13538779e44a78.tar.gz
Patch from Sven Neumann to make the include order consistent. (#71704)
Tue Dec 3 20:22:27 2002 Owen Taylor <otaylor@redhat.com> * glib/*.c: Patch from Sven Neumann to make the include order consistent. (#71704)
Diffstat (limited to 'glib/giounix.c')
-rw-r--r--glib/giounix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/giounix.c b/glib/giounix.c
index d347de5b2..29d29fb23 100644
--- a/glib/giounix.c
+++ b/glib/giounix.c
@@ -33,7 +33,6 @@
#include "config.h"
-#include "glib.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
@@ -42,6 +41,8 @@
#include <string.h>
#include <fcntl.h>
+#include "glib.h"
+
/*
* Unix IO Channels
*/