[glib] Remove wrong file imports, only gio/gio.h should be included



commit 3f41e31bf974f6abaeb28264654d6b46b87b7428
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Tue Dec 15 23:49:18 2009 +0100

    Remove wrong file imports, only gio/gio.h should be included

 gio/gunixconnection.h |    3 +--
 1 files changed, 1 insertions(+), 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 <gio/gsocketconnection.h>
-#include <gio/giotypes.h>
+#include <gio/gio.h>
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]