summaryrefslogtreecommitdiff
path: root/dwarflint/checked_read.hh
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2010-10-07 02:50:16 +0200
committerPetr Machata <pmachata@redhat.com>2010-10-07 02:50:16 +0200
commit681947d9e25336ee5e8c7dd5a2ae73b459819cae (patch)
tree8eae7a25ca80dc6091067b9000cf7b193185ab28 /dwarflint/checked_read.hh
parent4d4709a6ea1d82c4dc253758a7a538bac63f80ea (diff)
downloadelfutils-681947d9e25336ee5e8c7dd5a2ae73b459819cae.tar.gz
dwarflint: Rename tables.* to dwarf_version.*
Diffstat (limited to 'dwarflint/checked_read.hh')
-rw-r--r--dwarflint/checked_read.hh2
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);