diff options
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 73b41eaf95..72dab643fd 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -32,8 +32,6 @@ #include <gdk/gdkkeysyms.h> -#include "gtkalias.h" - #include "gtkaboutdialog.h" #include "gtkbutton.h" #include "gtkbbox.h" @@ -51,6 +49,8 @@ #include "gtkiconfactory.h" #include "gtkintl.h" +#include "gtkalias.h" + #include <string.h> typedef struct _GtkAboutDialogPrivate GtkAboutDialogPrivate; @@ -2219,3 +2219,6 @@ gtk_show_about_dialog (GtkWindow *parent, gtk_window_present (GTK_WINDOW (dialog)); } + +#define __GTK_ABOUT_DIALOG_C__ +#include "gtkaliasdef.c" |