From 5adecf183bae2b47aa70dbc4b9fdcdd053c23f96 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Dec 2012 09:57:34 -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 --- gdk/gdkpango.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdk/gdkpango.h') diff --git a/gdk/gdkpango.h b/gdk/gdkpango.h index c05d13593a..28402cd0d0 100644 --- a/gdk/gdkpango.h +++ b/gdk/gdkpango.h @@ -15,13 +15,13 @@ * License along with this library. If not, see . */ +#ifndef __GDK_PANGO_H__ +#define __GDK_PANGO_H__ + #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GDK_PANGO_H__ -#define __GDK_PANGO_H__ - #include G_BEGIN_DECLS -- cgit v1.2.1