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

This commit is contained in:
Gian Mario Tagliaretti 2009-12-15 23:49:18 +01:00
parent a0bcd63304
commit 3f41e31bf9

View 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