diff options
Diffstat (limited to 'gio/gfileenumerator.c')
-rw-r--r-- | gio/gfileenumerator.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index f9439d226..41686aa50 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -30,7 +30,6 @@ #include "gioerror.h" #include "glibintl.h" -#include "gioalias.h" /** * SECTION:gfileenumerator @@ -759,6 +758,3 @@ g_file_enumerator_real_close_finish (GFileEnumerator *enumerator, g_file_enumerator_real_close_async); return TRUE; } - -#define __G_FILE_ENUMERATOR_C__ -#include "gioaliasdef.c" |