diff options
Diffstat (limited to 'gtk/gtkradioaction.h')
-rw-r--r-- | gtk/gtkradioaction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkradioaction.h b/gtk/gtkradioaction.h index 84eac16ae3..fccdef72b1 100644 --- a/gtk/gtkradioaction.h +++ b/gtk/gtkradioaction.h @@ -26,13 +26,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_RADIO_ACTION_H__ +#define __GTK_RADIO_ACTION_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_RADIO_ACTION_H__ -#define __GTK_RADIO_ACTION_H__ - #include <gtk/gtktoggleaction.h> G_BEGIN_DECLS |