diff options
Diffstat (limited to 'gtk/gtkdrawingarea.h')
-rw-r--r-- | gtk/gtkdrawingarea.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkdrawingarea.h b/gtk/gtkdrawingarea.h index 1029b249d0..b617fda51d 100644 --- a/gtk/gtkdrawingarea.h +++ b/gtk/gtkdrawingarea.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_DRAWING_AREA_H__ #define __GTK_DRAWING_AREA_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkwidget.h> |