summaryrefslogtreecommitdiff
path: root/gio/gtcpconnection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gtcpconnection.c')
-rw-r--r--gio/gtcpconnection.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c
index 59f9c1beb..15e1a9a61 100644
--- a/gio/gtcpconnection.c
+++ b/gio/gtcpconnection.c
@@ -34,7 +34,6 @@
#include "giostream.h"
#include "glibintl.h"
-#include "gioalias.h"
G_DEFINE_TYPE_WITH_CODE (GTcpConnection, g_tcp_connection,
G_TYPE_SOCKET_CONNECTION,
@@ -376,7 +375,3 @@ g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection)
{
return connection->priv->graceful_disconnect;
}
-
-
-#define __G_TCP_CONNECTION_C__
-#include "gioaliasdef.c"