diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index b99c5f9c9..a3fdb2dcb 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -8,6 +8,7 @@ #endif #include <endian.h> +#include <stdio.h> #include <sys/syscall.h> #include <unistd.h> #if defined(SYZ_EXECUTOR) || defined(SYZ_THREADED) || defined(SYZ_COLLIDE) @@ -19,7 +20,6 @@ #include <errno.h> #include <signal.h> #include <stdarg.h> -#include <stdio.h> #include <sys/time.h> #include <sys/wait.h> #include <time.h> @@ -37,7 +37,6 @@ #include <signal.h> #include <stdarg.h> #include <stdbool.h> -#include <stdio.h> #include <sys/prctl.h> #include <sys/resource.h> #include <sys/time.h> @@ -70,7 +69,6 @@ #include <net/if_arp.h> #include <stdarg.h> #include <stdbool.h> -#include <stdio.h> #include <stdlib.h> #include <sys/ioctl.h> #include <sys/stat.h> @@ -86,24 +84,20 @@ #include <fcntl.h> #include <stdarg.h> #include <stdbool.h> -#include <stdio.h> #include <sys/stat.h> #endif #if defined(SYZ_EXECUTOR) || defined(__NR_syz_open_dev) || defined(__NR_syz_open_procfs) #include <fcntl.h> -#include <stdio.h> #include <string.h> #include <sys/stat.h> #endif #if defined(SYZ_EXECUTOR) || defined(__NR_syz_fuse_mount) || defined(__NR_syz_fuseblk_mount) #include <fcntl.h> -#include <stdio.h> #include <sys/stat.h> #include <sys/sysmacros.h> #endif #if defined(SYZ_EXECUTOR) || defined(__NR_syz_open_pts) #include <fcntl.h> -#include <stdio.h> #include <sys/ioctl.h> #include <sys/stat.h> #endif @@ -113,7 +107,6 @@ #include <linux/kvm.h> #include <stdarg.h> #include <stddef.h> -#include <stdio.h> #include <sys/ioctl.h> #include <sys/stat.h> #endif @@ -138,7 +131,6 @@ #include <errno.h> #include <fcntl.h> #include <linux/loop.h> -#include <stdio.h> #include <sys/ioctl.h> #include <sys/mount.h> #include <sys/stat.h> |
