]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Header fixlets
authorPetr Machata <pmachata@redhat.com>
Thu, 7 Oct 2010 01:31:17 +0000 (03:31 +0200)
committerPetr Machata <pmachata@redhat.com>
Thu, 7 Oct 2010 01:31:17 +0000 (03:31 +0200)
dwarflint/dwarf_4.hh
dwarflint/dwarf_version-imp.hh
dwarflint/dwarf_version.hh

index 78f9d2db0ff7dbe9a6d40c03c6cb4f5659aedd51..846c86c94923930321b169773283d8f4acc030bf 100644 (file)
@@ -23,7 +23,6 @@
    Network licensing program, please visit www.openinventionnetwork.com
    <http://www.openinventionnetwork.com>.  */
 
-
 #ifndef DWARFLINT_DWARF_4_HH
 #define DWARFLINT_DWARF_4_HH
 
index a0b74e9d7e4e703817b7dc66678f78e14763b530..e6c3609538f661185872b6dcd07e9b422dadc03d 100644 (file)
@@ -23,6 +23,9 @@
    Network licensing program, please visit www.openinventionnetwork.com
    <http://www.openinventionnetwork.com>.  */
 
+#ifndef DWARFLINT_DWARF_VERSION_IMP_HH
+#define DWARFLINT_DWARF_VERSION_IMP_HH
+
 #include "dwarf_version.hh"
 #include <map>
 
@@ -182,3 +185,5 @@ public:
   form const *get_form (int form_name) const;
   attribute const *get_attribute (int attribute_name) const;
 };
+
+#endif//DWARFLINT_DWARF_VERSION_IMP_HH
index aabae5a3e8ff65ef0fbe7a13e9ceb08fd6b32728..f93e334a92bda96da96ac3414efd0af942d8242a 100644 (file)
    Network licensing program, please visit www.openinventionnetwork.com
    <http://www.openinventionnetwork.com>.  */
 
-#ifndef DWARFLINT_TABLES_HH
-#define DWARFLINT_TABLES_HH
+#ifndef DWARFLINT_DWARF_VERSION_HH
+#define DWARFLINT_DWARF_VERSION_HH
 
-#include <set>
 #include <bitset>
 #include "check_debug_info.ii"
 
@@ -151,4 +150,4 @@ enum sibling_form_suitable_t
 sibling_form_suitable_t sibling_form_suitable (dwarf_version const *ver,
                                               int form);
 
-#endif//DWARFLINT_TABLES_HH
+#endif//DWARFLINT_DWARF_VERSION_HH