From a0821a9b6ca6fbed587aa88980dabb12c5252c48 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 2 Sep 2021 21:12:25 +0000 Subject: [PATCH] remove sys/param.h that are not needed --- lib/libelf/elf_strptr.c | 4 +--- lib/libelf/elf_update.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/libelf/elf_strptr.c b/lib/libelf/elf_strptr.c index 7c0fbcaf396..05345d386b3 100644 --- a/lib/libelf/elf_strptr.c +++ b/lib/libelf/elf_strptr.c @@ -24,14 +24,12 @@ * SUCH DAMAGE. */ -#include - #include #include #include "_libelf.h" -ELFTC_VCSID("$Id: elf_strptr.c,v 1.1 2019/02/01 05:27:37 jsg Exp $"); +ELFTC_VCSID("$Id: elf_strptr.c,v 1.2 2021/09/02 21:12:25 deraadt Exp $"); /* * Convert an ELF section#,offset pair to a string pointer. diff --git a/lib/libelf/elf_update.c b/lib/libelf/elf_update.c index e71109b6a4b..386382dda20 100644 --- a/lib/libelf/elf_update.c +++ b/lib/libelf/elf_update.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include #include #include @@ -41,7 +40,7 @@ #include #endif -ELFTC_VCSID("$Id: elf_update.c,v 1.3 2020/05/18 06:46:23 jsg Exp $"); +ELFTC_VCSID("$Id: elf_update.c,v 1.4 2021/09/02 21:12:25 deraadt Exp $"); /* * Layout strategy: -- 2.20.1