summaryrefslogtreecommitdiff
path: root/plugins/readelf/strtab.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-15 21:44:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-15 21:44:28 (GMT)
commit1e7c7de85438749d3faf7b76984b86a9c088fbc1 (patch)
tree8d118fd269c23d019e7c7d8bd60c33c0c8809a56 /plugins/readelf/strtab.h
parent105394bcc19b3565c6b77d38625d8813596d0c1b (diff)
Refactored ELF related code.
Diffstat (limited to 'plugins/readelf/strtab.h')
-rw-r--r--plugins/readelf/strtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readelf/strtab.h b/plugins/readelf/strtab.h
index 9adcd46..e5a0a05 100644
--- a/plugins/readelf/strtab.h
+++ b/plugins/readelf/strtab.h
@@ -26,7 +26,7 @@
#include <format/preload.h>
-#include <plugins/elf/elf.h>
+#include <plugins/elf/format.h>