From e470009a16711555ae887fdacec061a7d092df17 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 4 Oct 2024 19:55:38 -0400 Subject: update mld,msim with new headers --- mld/link.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mld/link.h') diff --git a/mld/link.h b/mld/link.h index 93a2ccd..c0b99ce 100644 --- a/mld/link.h +++ b/mld/link.h @@ -5,7 +5,6 @@ #include #include -#include #include #include #include @@ -224,7 +223,6 @@ struct object { // program table Elf32_Phdr *phdr; size_t phdr_len; - bool phdr_local; // if phdr was created though malloc // phdr <=> shdr mappings uint32_t *phdr_to_shdr_mapping; -- cgit v1.2.3-freya