diff options
Diffstat (limited to 'gtk/a11y/gtkspinbuttonaccessible.h')
-rw-r--r-- | gtk/a11y/gtkspinbuttonaccessible.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/a11y/gtkspinbuttonaccessible.h b/gtk/a11y/gtkspinbuttonaccessible.h index 2b3d5dd499..9fe1d66fd0 100644 --- a/gtk/a11y/gtkspinbuttonaccessible.h +++ b/gtk/a11y/gtkspinbuttonaccessible.h @@ -15,13 +15,13 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef __GTK_SPIN_BUTTON_ACCESSIBLE_H__ +#define __GTK_SPIN_BUTTON_ACCESSIBLE_H__ + #if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk-a11y.h> can be included directly." #endif -#ifndef __GTK_SPIN_BUTTON_ACCESSIBLE_H__ -#define __GTK_SPIN_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkentryaccessible.h> G_BEGIN_DECLS |