diff options
| author | Yonggang Luo <[email protected]> | 2022-10-21 02:25:46 +0800 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2022-10-28 14:05:07 +0200 |
| commit | 9f90a3d6636bbf6eec647909f870137eef2d1bd9 (patch) | |
| tree | fc4fd3467687b228bf0902bc7af6abd92f1c0477 /libasm/asm_end.c | |
| parent | 13f21dfb9bd09ad4816901ecd63daddc580a8465 (diff) | |
lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h
Signed-off-by: Yonggang Luo <[email protected]>
Diffstat (limited to 'libasm/asm_end.c')
| -rw-r--r-- | libasm/asm_end.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libasm/asm_end.c b/libasm/asm_end.c index a26120f2..c06d2366 100644 --- a/libasm/asm_end.c +++ b/libasm/asm_end.c @@ -35,12 +35,10 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <sys/stat.h> #include <libasmP.h> #include <libelf.h> -#include <system.h> static int |
