From 3f41e31bf974f6abaeb28264654d6b46b87b7428 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Tue, 15 Dec 2009 23:49:18 +0100 Subject: [PATCH] Remove wrong file imports, only gio/gio.h should be included --- gio/gunixconnection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/gunixconnection.h b/gio/gunixconnection.h index df20ea8..7435e97 100644 --- a/gio/gunixconnection.h +++ b/gio/gunixconnection.h @@ -23,8 +23,7 @@ #ifndef __G_UNIX_CONNECTION_H__ #define __G_UNIX_CONNECTION_H__ -#include -#include +#include G_BEGIN_DECLS -- 2.7.4