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/elf32_xlatetof.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libelf/elf32_xlatetof.c') diff --git a/libelf/elf32_xlatetof.c b/libelf/elf32_xlatetof.c index 082d833f..377659c8 100644 --- a/libelf/elf32_xlatetof.c +++ b/libelf/elf32_xlatetof.c @@ -32,7 +32,6 @@ #endif #include -#include #include #include "libelfP.h" -- cgit v1.2.3