diff options
Diffstat (limited to 'gtk/gtkalignment.h')
-rw-r--r-- | gtk/gtkalignment.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkalignment.h b/gtk/gtkalignment.h index 9720cbcb21..50a5dc4f86 100644 --- a/gtk/gtkalignment.h +++ b/gtk/gtkalignment.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_ALIGNMENT_H__ #define __GTK_ALIGNMENT_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkbin.h> |