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/gfileiostream.c | |
parent | 0fc50fa5f7424d21ff43a79838fe76ff73ad869b (diff) | |
download | glib-5b946e0504952a472cea1ef95df0967e8a4a7b47.tar.gz |
gio/: fully remove gioalias hacks
Diffstat (limited to 'gio/gfileiostream.c')
-rw-r--r-- | gio/gfileiostream.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gfileiostream.c b/gio/gfileiostream.c index d7bff9df9..258dc053e 100644 --- a/gio/gfileiostream.c +++ b/gio/gfileiostream.c @@ -32,7 +32,6 @@ #include "gfileoutputstream.h" #include "glibintl.h" -#include "gioalias.h" /** * SECTION:gfileiostream @@ -672,6 +671,3 @@ g_file_io_stream_class_init (GFileIOStreamClass *klass) klass->query_info_finish = g_file_io_stream_real_query_info_finish; klass->get_etag = g_file_io_stream_real_get_etag; } - -#define __G_FILE_IO_STREAM_C__ -#include "gioaliasdef.c" |