diff options
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r-- | gtk/gtktextattributes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index d07a2eee57..521ac00703 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -47,14 +47,14 @@ * */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only <gtk/gtk.h> can be included directly." -#endif - #ifndef __GTK_TEXT_ATTRIBUTES_H__ #define __GTK_TEXT_ATTRIBUTES_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gdk/gdk.h> #include <gtk/gtkenums.h> |