summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-12-15 23:49:18 +0100
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-12-16 23:18:17 +0100
commit3f41e31bf974f6abaeb28264654d6b46b87b7428 (patch)
treecf629dbbd49f02595d3dd6387d10ba39bc744d0f
parenta0bcd63304c683d54e1d55203922a58de672b8f6 (diff)
Remove wrong file imports, only gio/gio.h should be included
-rw-r--r--gio/gunixconnection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/gunixconnection.h b/gio/gunixconnection.h
index df20ea8d9..7435e9742 100644
--- a/gio/gunixconnection.h
+++ b/gio/gunixconnection.h
@@ -23,8 +23,7 @@
#ifndef __G_UNIX_CONNECTION_H__
#define __G_UNIX_CONNECTION_H__
-#include <gio/gsocketconnection.h>
-#include <gio/giotypes.h>
+#include <gio/gio.h>
G_BEGIN_DECLS