Fix / add include guards
authorMatthias Maennich <maennich@google.com>
Sat, 25 Jan 2020 22:57:38 +0000 (22:57 +0000)
committerMatthias Maennich <maennich@google.com>
Mon, 27 Jan 2020 07:39:51 +0000 (07:39 +0000)
commitfe214f0f702834e3b3cb1903a3ac320a00609ee9
treea611303e3446bc214aab6c172965fac25f57dce0
parent4457c10eecd195466484d3265b6a6b8b7e378d5e
Fix / add include guards

Fix the include guards of abg-dwarf-reader.h and abg-reporter-priv.h by
moving them before any other includes where they actually belongs.
Add missing include guards for abg-libxml-utils.h and abg-libzip-utils.h.

* include/abg-dwarf-reader.h: Move include guard to the beginning.
* include/abg-reporter-priv.h: Likewise.
* include/abg-libxml-utils.h: Add include guard.
* include/abg-libzip-utils.h: Likewise.

Signed-off-by: Matthias Maennich <maennich@google.com>
include/abg-dwarf-reader.h
include/abg-libxml-utils.h
include/abg-libzip-utils.h
src/abg-reporter-priv.h