diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:16:54 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:22 +0000 |
commit | 1393a48526078cda985759c459de9bc803e0e4fe (patch) | |
tree | 3ab720b3c26968e3f75ccb7b34244ed9c3a6b327 /migration/exec.c | |
parent | 357e81c7e880f868833edf9f53cce1f3b09ea8ec (diff) |
migration: 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-2-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'migration/exec.c')
-rw-r--r-- | migration/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/exec.c b/migration/exec.c index 8406d2bbde..f1b5e47200 100644 --- a/migration/exec.c +++ b/migration/exec.c @@ -15,13 +15,13 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/sockets.h" #include "qemu/main-loop.h" #include "migration/migration.h" #include "migration/qemu-file.h" #include "block/block.h" -#include <sys/types.h> #include <sys/wait.h> //#define DEBUG_MIGRATION_EXEC |