diff options
| author | Peter Maydell | 2016-01-26 19:17:02 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-01-29 16:07:22 +0100 |
| commit | d39594e9d96b4f0be27bdbc02a5b1816b72fe1d2 (patch) | |
| tree | de73b43a7eab2d30757f4f60c440fc7b97b3253d /linux-user/strace.c | |
| parent | unicore: Clean up includes (diff) | |
| download | qemu-d39594e9d96b4f0be27bdbc02a5b1816b72fe1d2.tar.gz qemu-d39594e9d96b4f0be27bdbc02a5b1816b72fe1d2.tar.xz qemu-d39594e9d96b4f0be27bdbc02a5b1816b72fe1d2.zip | |
linux-user: Clean up includes
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-10-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'linux-user/strace.c')
| -rw-r--r-- | linux-user/strace.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-user/strace.c b/linux-user/strace.c index ea6c1d24e6..0810c85fbd 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -1,13 +1,11 @@ -#include <stdio.h> +#include "qemu/osdep.h" #include <sys/ipc.h> #include <sys/msg.h> #include <sys/sem.h> #include <sys/shm.h> #include <sys/select.h> -#include <sys/types.h> #include <sys/mount.h> #include <sys/mman.h> -#include <unistd.h> #include <sched.h> #include "qemu.h" |
