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