summaryrefslogtreecommitdiff
path: root/plugins/elf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-09-18 20:12:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-09-18 20:12:26 (GMT)
commitaa3cb06f056ccf1a0467eaff8aa4b40701902f5e (patch)
treedde8cdc10459f932235ee8709dda3ae6b164c752 /plugins/elf
parent175e8193759e01b45b1f6d2d7970e2993ec8c364 (diff)
Removed the old way to load binaries.
Diffstat (limited to 'plugins/elf')
-rw-r--r--plugins/elf/format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/elf/format.h b/plugins/elf/format.h
index 895ae16..51caf87 100644
--- a/plugins/elf/format.h
+++ b/plugins/elf/format.h
@@ -29,7 +29,8 @@
#include <stdbool.h>
-#include <core/formats.h>
+#include <analysis/content.h>
+#include <format/executable.h>
#include "elf_def.h"