Remove wrong file imports, only gio/gio.h should be included
authorGian Mario Tagliaretti <gianmt@gnome.org>
Tue, 15 Dec 2009 22:49:18 +0000 (23:49 +0100)
committerGian Mario Tagliaretti <gianmt@gnome.org>
Wed, 16 Dec 2009 22:18:17 +0000 (23:18 +0100)
gio/gunixconnection.h

index df20ea8d90f8e7cff113a7ee7c4ed973ac22d814..7435e97423f6163b08ae267abcb06c233d7ba0b9 100644 (file)
@@ -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