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



commit 7e9ad3d7460059cc29113ec26b769cee0629a453
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Wed Dec 16 23:38:39 2009 +0100

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

 gio/gunixconnection.h |    3 +--
 gio/gunixfdmessage.h  |    2 +-
 2 files changed, 2 insertions(+), 3 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
 
diff --git a/gio/gunixfdmessage.h b/gio/gunixfdmessage.h
index 76fe806..9ba1983 100644
--- a/gio/gunixfdmessage.h
+++ b/gio/gunixfdmessage.h
@@ -23,7 +23,7 @@
 #ifndef __G_UNIX_FD_MESSAGE_H__
 #define __G_UNIX_FD_MESSAGE_H__
 
-#include <gio/gsocketcontrolmessage.h>
+#include <gio/gio.h>
 
 G_BEGIN_DECLS
 



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