summaryrefslogtreecommitdiff
path: root/dwarflint/check_debug_aranges.cc
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2010-09-22 16:48:50 +0200
committerPetr Machata <pmachata@redhat.com>2010-09-22 16:48:50 +0200
commit56df0cc20114ed6042de2838e22f21bcbd5c1c33 (patch)
tree87f9483bd5b75b277dd1f04a6283cc0db2445e41 /dwarflint/check_debug_aranges.cc
parent4eec4fa552709e0677f5bcc1c8ab2baf907dd072 (diff)
downloadelfutils-56df0cc20114ed6042de2838e22f21bcbd5c1c33.tar.gz
dwarflint: Get rid of low.h/low.c
- and rename misc.h to misc.hh
Diffstat (limited to 'dwarflint/check_debug_aranges.cc')
-rw-r--r--dwarflint/check_debug_aranges.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwarflint/check_debug_aranges.cc b/dwarflint/check_debug_aranges.cc
index 88bc7c91..c817fd9d 100644
--- a/dwarflint/check_debug_aranges.cc
+++ b/dwarflint/check_debug_aranges.cc
@@ -32,13 +32,15 @@
#include <inttypes.h>
-#include "low.h"
+#include "elf_file.hh"
#include "sections.hh"
#include "check_debug_aranges.hh"
#include "check_debug_info.hh"
#include "check_debug_loc_range.hh"
#include "cu_coverage.hh"
#include "checked_read.hh"
+#include "misc.hh"
+#include "pri.hh"
checkdescriptor const *
check_debug_aranges::descriptor ()