diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-02-02 14:38:28 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-08 07:28:05 +0100 |
commit | bfe7bf8590a74aebd572abe56927b53f4978ab42 (patch) | |
tree | 061bc183be997a93c8a0307e3f1d5c3defe86e65 /include/qemu | |
parent | 2ca10faeb85e3c1b87e10bb46786445a5a879bbd (diff) | |
download | qemu-bfe7bf8590a74aebd572abe56927b53f4978ab42.zip qemu-bfe7bf8590a74aebd572abe56927b53f4978ab42.tar.gz qemu-bfe7bf8590a74aebd572abe56927b53f4978ab42.tar.bz2 |
Don't include headers already included by qemu/osdep.h
This commit was created with scripts/clean-includes.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-19-armbru@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r-- | include/qemu/async-teardown.h | 2 | ||||
-rw-r--r-- | include/qemu/dbus.h | 1 | ||||
-rw-r--r-- | include/qemu/host-utils.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu/async-teardown.h b/include/qemu/async-teardown.h index 092e7a3..b281da0 100644 --- a/include/qemu/async-teardown.h +++ b/include/qemu/async-teardown.h @@ -13,8 +13,6 @@ #ifndef QEMU_ASYNC_TEARDOWN_H #define QEMU_ASYNC_TEARDOWN_H -#include "config-host.h" - #ifdef CONFIG_LINUX void init_async_teardown(void); #endif diff --git a/include/qemu/dbus.h b/include/qemu/dbus.h index 08f00dfd..81d3de8 100644 --- a/include/qemu/dbus.h +++ b/include/qemu/dbus.h @@ -15,7 +15,6 @@ #include "qom/object.h" #include "chardev/char.h" #include "qemu/notify.h" -#include "qemu/typedefs.h" /* glib/gio 2.68 */ #define DBUS_METHOD_INVOCATION_HANDLED TRUE diff --git a/include/qemu/host-utils.h b/include/qemu/host-utils.h index 88d4761..3ce62bf 100644 --- a/include/qemu/host-utils.h +++ b/include/qemu/host-utils.h @@ -30,7 +30,6 @@ #ifndef HOST_UTILS_H #define HOST_UTILS_H -#include "qemu/compiler.h" #include "qemu/bswap.h" #include "qemu/int128.h" |