diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-02-02 14:38:27 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-08 07:28:05 +0100 |
commit | 2ca10faeb85e3c1b87e10bb46786445a5a879bbd (patch) | |
tree | a7d352345aefc8a016951913b0a81d43a4061327 /util/async-teardown.c | |
parent | d35d5047a68e45020102aa4ad8e4be8ce6934600 (diff) |
Fix non-first inclusions of qemu/osdep.h
This commit was created with scripts/clean-includes.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20230202133830.2152150-18-armbru@redhat.com>
Diffstat (limited to 'util/async-teardown.c')
-rw-r--r-- | util/async-teardown.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/util/async-teardown.c b/util/async-teardown.c index 62bfce1b3c..62cdeb0f20 100644 --- a/util/async-teardown.c +++ b/util/async-teardown.c @@ -10,16 +10,12 @@ * option) any later version. See the COPYING file in the top-level directory. * */ -#include <stdlib.h> -#include <stdio.h> -#include <sys/types.h> + +#include "qemu/osdep.h" #include <dirent.h> #include <sys/prctl.h> -#include <signal.h> #include <sched.h> -#include <unistd.h> -#include "qemu/osdep.h" #include "qemu/async-teardown.h" #ifdef _SC_THREAD_STACK_MIN |