diff options
Diffstat (limited to 'gtk/gtktoolshell.h')
-rw-r--r-- | gtk/gtktoolshell.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktoolshell.h b/gtk/gtktoolshell.h index effa1714ef..8cca4eb350 100644 --- a/gtk/gtktoolshell.h +++ b/gtk/gtktoolshell.h @@ -18,14 +18,14 @@ * Mathias Hasselmann */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only <gtk/gtk.h> can be included directly." -#endif - #ifndef __GTK_TOOL_SHELL_H__ #define __GTK_TOOL_SHELL_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkenums.h> #include <pango/pango.h> #include <gtk/gtksizegroup.h> |