diff options
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r-- | gtk/gtkdialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index d73aef7c6b..1d941c7ef1 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -22,14 +22,14 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only <gtk/gtk.h> can be included directly." -#endif - #ifndef __GTK_DIALOG_H__ #define __GTK_DIALOG_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkwindow.h> |