diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-07-07 19:53:22 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-07-07 19:53:22 -0400 |
commit | 5b946e0504952a472cea1ef95df0967e8a4a7b47 (patch) | |
tree | 59eb76201f1083274b0215cc141803f31c41ad3c /gio/gsocketconnection.c | |
parent | 0fc50fa5f7424d21ff43a79838fe76ff73ad869b (diff) |
gio/: fully remove gioalias hacks
Diffstat (limited to 'gio/gsocketconnection.c')
-rw-r--r-- | gio/gsocketconnection.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gsocketconnection.c b/gio/gsocketconnection.c index 12ea7127d..0058adb3a 100644 --- a/gio/gsocketconnection.c +++ b/gio/gsocketconnection.c @@ -37,7 +37,6 @@ #include "gtcpconnection.h" #include "glibintl.h" -#include "gioalias.h" /** * SECTION:gsocketconnection @@ -519,6 +518,3 @@ g_socket_connection_factory_create_connection (GSocket *socket) g_socket_get_protocol (socket)); return g_object_new (type, "socket", socket, NULL); } - -#define __G_SOCKET_CONNECTION_C__ -#include "gioaliasdef.c" |