diff options
author | Marc-André Lureau | 2022-03-23 16:57:43 +0100 |
---|---|---|
committer | Paolo Bonzini | 2022-04-06 14:31:55 +0200 |
commit | 0f9668e0c197ab6de95f61a906703a1d127c11f8 (patch) | |
tree | a087c3d0c1fb00b249e22b265c8ca9fc7f930da9 /backends | |
parent | qga: remove explicit environ argument from exec/spawn (diff) | |
download | qemu-0f9668e0c197ab6de95f61a906703a1d127c11f8.tar.gz qemu-0f9668e0c197ab6de95f61a906703a1d127c11f8.tar.xz qemu-0f9668e0c197ab6de95f61a906703a1d127c11f8.zip |
Remove qemu-common.h include from most units
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-33-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'backends')
-rw-r--r-- | backends/hostmem-epc.c | 1 | ||||
-rw-r--r-- | backends/tpm/tpm_passthrough.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/backends/hostmem-epc.c b/backends/hostmem-epc.c index b47f98b6a3..037292d267 100644 --- a/backends/hostmem-epc.c +++ b/backends/hostmem-epc.c @@ -12,7 +12,6 @@ #include <sys/ioctl.h> #include "qemu/osdep.h" -#include "qemu-common.h" #include "qom/object_interfaces.h" #include "qapi/error.h" #include "sysemu/hostmem.h" diff --git a/backends/tpm/tpm_passthrough.c b/backends/tpm/tpm_passthrough.c index d5558fae6c..5a2f74db1b 100644 --- a/backends/tpm/tpm_passthrough.c +++ b/backends/tpm/tpm_passthrough.c @@ -23,7 +23,6 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "qemu/error-report.h" #include "qemu/module.h" #include "qemu/sockets.h" |