diff options
author | Petr Machata <pmachata@redhat.com> | 2010-10-07 02:50:16 +0200 |
---|---|---|
committer | Petr Machata <pmachata@redhat.com> | 2010-10-07 02:50:16 +0200 |
commit | 681947d9e25336ee5e8c7dd5a2ae73b459819cae (patch) | |
tree | 8eae7a25ca80dc6091067b9000cf7b193185ab28 /dwarflint/checked_read.hh | |
parent | 4d4709a6ea1d82c4dc253758a7a538bac63f80ea (diff) | |
download | elfutils-681947d9e25336ee5e8c7dd5a2ae73b459819cae.tar.gz |
dwarflint: Rename tables.* to dwarf_version.*
Diffstat (limited to 'dwarflint/checked_read.hh')
-rw-r--r-- | dwarflint/checked_read.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarflint/checked_read.hh b/dwarflint/checked_read.hh index 316db369..6010b19d 100644 --- a/dwarflint/checked_read.hh +++ b/dwarflint/checked_read.hh @@ -28,7 +28,7 @@ #include "readctx.h" #include "where.h" -#include "tables.hh" +#include "dwarf_version.hh" bool read_size_extra (read_ctx *ctx, uint32_t size32, uint64_t *sizep, int *offset_sizep, where *where); |