]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/bsd-proc.h
Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydell/qemu...
[mirror_qemu.git] / bsd-user / bsd-proc.h
index 68b66e571d32717fe8e0112ee618c95b4aff6470..a1061bffb8f706fecd5d82fb81c57c549e2467b2 100644 (file)
 #ifndef BSD_PROC_H_
 #define BSD_PROC_H_
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/time.h>
 #include <sys/resource.h>
-#include <unistd.h>
 
 /* exit(2) */
 static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1)