Remove duplicate <stdio.h> Signed-off-by: Askar Safin <safinas...@zohomail.com> --- kexec/arch/i386/kexec-x86-common.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/kexec/arch/i386/kexec-x86-common.c b/kexec/arch/i386/kexec-x86-common.c index 9ba8b3f..4a67ec8 100644 --- a/kexec/arch/i386/kexec-x86-common.c +++ b/kexec/arch/i386/kexec-x86-common.c @@ -29,7 +29,6 @@ #include <string.h> #include <limits.h> #include <stdlib.h> -#include <stdio.h> #include <inttypes.h> #include <sys/ioctl.h> #include <sys/mman.h> -- 2.47.2