From 36b5467eae56680d12335ab187d8c87a82393249 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Fri, 26 May 2017 16:25:16 +0100 Subject: Move include guards out to enable GCC optimisation by ensuring the #ifndef GUARD_NAME and its #endif are the outermost pieces of non-comment and non-whitespace content in the header file. https://bugzilla.gnome.org/show_bug.cgi?id=689810 --- atk/atkrelationset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atk/atkrelationset.h') diff --git a/atk/atkrelationset.h b/atk/atkrelationset.h index ed286b4..c84980a 100644 --- a/atk/atkrelationset.h +++ b/atk/atkrelationset.h @@ -17,13 +17,13 @@ * Boston, MA 02111-1307, USA. */ +#ifndef __ATK_RELATION_SET_H__ +#define __ATK_RELATION_SET_H__ + #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __ATK_RELATION_SET_H__ -#define __ATK_RELATION_SET_H__ - G_BEGIN_DECLS #include -- cgit v1.2.1