diff options
Diffstat (limited to 'gtk/gtkbbox.h')
-rw-r--r-- | gtk/gtkbbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index 46e488a2cc..812f516fd8 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -22,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_BUTTON_BOX_H__ +#define __GTK_BUTTON_BOX_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_BUTTON_BOX_H__ -#define __GTK_BUTTON_BOX_H__ - #include <gtk/gtkbox.h> |