diff options
Diffstat (limited to 'gtk/gtkfilesel.c')
-rw-r--r-- | gtk/gtkfilesel.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index 7324e49b4e..c145a22bd8 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -56,7 +56,6 @@ #endif #include "gdk/gdkkeysyms.h" -#include "gtkalias.h" #include "gtkbutton.h" #include "gtkcellrenderertext.h" #include "gtkentry.h" @@ -87,6 +86,8 @@ #define WANT_HPANED 1 #include "gtkhpaned.h" +#include "gtkalias.h" + #ifdef G_OS_WIN32 #include <direct.h> #include <io.h> @@ -4091,3 +4092,6 @@ gtk_file_selection_get_selections (GtkFileSelection *filesel) } #endif /* G_OS_WIN32 */ + +#define __GTK_FILESEL_C__ +#include "gtkaliasdef.c" |