summaryrefslogtreecommitdiff
path: root/gio/gfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gfile.c')
-rw-r--r--gio/gfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gfile.c b/gio/gfile.c
index 1e0373541..b69332606 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -50,7 +50,6 @@
#include "gioerror.h"
#include "glibintl.h"
-#include "gioalias.h"
/**
* SECTION:gfile
@@ -7226,6 +7225,3 @@ g_file_supports_thread_contexts (GFile *file)
iface = G_FILE_GET_IFACE (file);
return iface->supports_thread_contexts;
}
-
-#define __G_FILE_C__
-#include "gioaliasdef.c"