diff options
Diffstat (limited to 'gtk/a11y/gtklinkbuttonaccessible.h')
-rw-r--r-- | gtk/a11y/gtklinkbuttonaccessible.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/a11y/gtklinkbuttonaccessible.h b/gtk/a11y/gtklinkbuttonaccessible.h index b4844139f7..78d0417d2d 100644 --- a/gtk/a11y/gtklinkbuttonaccessible.h +++ b/gtk/a11y/gtklinkbuttonaccessible.h @@ -15,13 +15,13 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef __GTK_LINK_BUTTON_ACCESSIBLE_H__ +#define __GTK_LINK_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_LINK_BUTTON_ACCESSIBLE_H__ -#define __GTK_LINK_BUTTON_ACCESSIBLE_H__ - #include <gtk/a11y/gtkbuttonaccessible.h> G_BEGIN_DECLS |