From e1b99b2ddcf21f5dab26ad74afa6935eaf70028e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 Dec 2012 23:43:14 -0500 Subject: Move single-include guards inside include guards gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810 --- gio/gactiongroup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gio/gactiongroup.h') diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h index b300aefd5..f93dc4f6f 100644 --- a/gio/gactiongroup.h +++ b/gio/gactiongroup.h @@ -19,13 +19,13 @@ * Authors: Ryan Lortie */ +#ifndef __G_ACTION_GROUP_H__ +#define __G_ACTION_GROUP_H__ + #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_ACTION_GROUP_H__ -#define __G_ACTION_GROUP_H__ - #include G_BEGIN_DECLS -- cgit v1.2.1