diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-09-18 20:12:26 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-09-18 20:12:26 (GMT) |
commit | aa3cb06f056ccf1a0467eaff8aa4b40701902f5e (patch) | |
tree | dde8cdc10459f932235ee8709dda3ae6b164c752 /plugins/elf | |
parent | 175e8193759e01b45b1f6d2d7970e2993ec8c364 (diff) |
Removed the old way to load binaries.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/format.h | 3 |
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" |