diff options
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r-- | gtk/gtklayout.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index f5b710e43a..04dcb51c57 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -26,14 +26,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_LAYOUT_H__ #define __GTK_LAYOUT_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkcontainer.h> |