summaryrefslogtreecommitdiff
path: root/glib/giounix.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-05 00:23:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-05 00:23:03 -0400
commitf13d5612116de1e968764721fbc60b8e1d378430 (patch)
treea382f55002bbcb09626daab2d57f62f17770f174 /glib/giounix.c
parent19972a1b57ef092067f001bb8d870fa552cc20a2 (diff)
downloadglib-f13d5612116de1e968764721fbc60b8e1d378430.tar.gz
More header inclusion cleanup
Diffstat (limited to 'glib/giounix.c')
-rw-r--r--glib/giounix.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/glib/giounix.c b/glib/giounix.c
index 9d6364dae..e5e095fac 100644
--- a/glib/giounix.c
+++ b/glib/giounix.c
@@ -24,10 +24,10 @@
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GLib Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
*/
-/*
+/*
* MT safe
*/
@@ -43,7 +43,11 @@
#include <string.h>
#include <fcntl.h>
-#include "glib.h"
+#include "giochannel.h"
+
+#include "gerror.h"
+#include "gfileutils.h"
+#include "gtestutils.h"
/*
* Unix IO Channels