Move include guards out to enable GCC optimisation
authorDaniel Boles <dboles@src.gnome.org>
Fri, 26 May 2017 15:25:16 +0000 (16:25 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Fri, 26 May 2017 15:35:01 +0000 (16:35 +0100)
commit36b5467eae56680d12335ab187d8c87a82393249
treed7c5c9733f98e568a67bdfaa6eb32a1cc6784b6e
parent5db163b34710a1dcd2cfe11b1e2cfb597749f195
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
31 files changed:
atk/atkaction.h
atk/atkcomponent.h
atk/atkdocument.h
atk/atkeditabletext.h
atk/atkgobjectaccessible.h
atk/atkhyperlink.h
atk/atkhyperlinkimpl.h
atk/atkhypertext.h
atk/atkimage.h
atk/atkmisc.h
atk/atknoopobjectfactory.h
atk/atkobject.h
atk/atkobjectfactory.h
atk/atkplug.h
atk/atkprivate.h
atk/atkrange.h
atk/atkregistry.h
atk/atkrelation.h
atk/atkrelationset.h
atk/atkrelationtype.h
atk/atkselection.h
atk/atksocket.h
atk/atkstate.h
atk/atkstateset.h
atk/atkstreamablecontent.h
atk/atktable.h
atk/atktablecell.h
atk/atktext.h
atk/atkutil.h
atk/atkvalue.h
atk/atkwindow.h