From a6b2ec76d51386dd06ab86d46eabbcf5140fe80d Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sun, 16 Oct 2022 00:36:20 +0800 Subject: move platform depended include into system.h of libelf All of these files either #include directly or #include "libelfP.h" And now "libelfP.h also #include , so the platform depended include can be moved to system.h safely Signed-off-by: Yonggang Luo --- libelf/elf_getshdrstrndx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libelf/elf_getshdrstrndx.c') diff --git a/libelf/elf_getshdrstrndx.c b/libelf/elf_getshdrstrndx.c index ad884fd3..2391317b 100644 --- a/libelf/elf_getshdrstrndx.c +++ b/libelf/elf_getshdrstrndx.c @@ -35,9 +35,7 @@ #include #include #include -#include -#include #include "libelfP.h" #include "common.h" -- cgit v1.2.3