summaryrefslogtreecommitdiff
path: root/gio/giostream.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-07 19:53:22 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-07 19:53:22 -0400
commit5b946e0504952a472cea1ef95df0967e8a4a7b47 (patch)
tree59eb76201f1083274b0215cc141803f31c41ad3c /gio/giostream.c
parent0fc50fa5f7424d21ff43a79838fe76ff73ad869b (diff)
gio/: fully remove gioalias hacks
Diffstat (limited to 'gio/giostream.c')
-rw-r--r--gio/giostream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/giostream.c b/gio/giostream.c
index d7850117e..be0483689 100644
--- a/gio/giostream.c
+++ b/gio/giostream.c
@@ -30,7 +30,6 @@
#include <gio/gsimpleasyncresult.h>
#include <gio/gasyncresult.h>
-#include "gioalias.h"
G_DEFINE_TYPE (GIOStream, g_io_stream, G_TYPE_OBJECT);
@@ -609,6 +608,3 @@ g_io_stream_real_close_finish (GIOStream *stream,
g_io_stream_real_close_async);
return TRUE;
}
-
-#define __G_IO_STREAM_C__
-#include "gioaliasdef.c"