]> git.proxmox.com Git - mirror_qemu.git/commit
Do not include "qemu/error-report.h" in headers that do not need it
authorThomas Huth <thuth@redhat.com>
Fri, 10 Feb 2023 11:19:31 +0000 (12:19 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 14 Feb 2023 08:11:27 +0000 (09:11 +0100)
commit5feed38c2139a2cea46b4b540303ef255d4cafc7
tree9a0c52c13fa26ef1d618a18c6e04217d41d00a98
parent8c6631e66e323bc92e0ea5d235e7059b30fb86ee
Do not include "qemu/error-report.h" in headers that do not need it

Include it in the .c files instead that use the error reporting
functions.

Message-Id: <20230210111931.1115489-1-thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
19 files changed:
hw/display/vhost-user-gpu.c
hw/display/virtio-gpu-udmabuf.c
hw/display/virtio-gpu-virgl.c
hw/misc/applesmc.c
include/hw/arm/allwinner-a10.h
include/qemu/vhost-user-server.h
include/ui/console.h
ui/console.c
ui/dbus-clipboard.c
ui/dbus-console.c
ui/dbus-listener.c
ui/dbus.c
ui/egl-headless.c
ui/gtk.c
ui/spice-app.c
ui/spice-display.c
ui/udmabuf.c
ui/vdagent.c
util/vhost-user-server.c