summaryrefslogtreecommitdiff
path: root/gio/gunixconnection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gunixconnection.c')
-rw-r--r--gio/gunixconnection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c
index 574b368fc..7626c1fcf 100644
--- a/gio/gunixconnection.c
+++ b/gio/gunixconnection.c
@@ -50,7 +50,6 @@
#include <string.h>
#endif
-#include "gioalias.h"
G_DEFINE_TYPE_WITH_CODE (GUnixConnection, g_unix_connection,
G_TYPE_SOCKET_CONNECTION,
@@ -548,6 +547,3 @@ g_unix_connection_receive_credentials (GUnixConnection *connection,
g_object_unref (socket);
return ret;
}
-
-#define __G_UNIX_CONNECTION_C__
-#include "gioaliasdef.c"