diff options
author | Thomas Huth <thuth@redhat.com> | 2023-02-10 12:19:31 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-02-14 09:11:27 +0100 |
commit | 5feed38c2139a2cea46b4b540303ef255d4cafc7 (patch) | |
tree | 9a0c52c13fa26ef1d618a18c6e04217d41d00a98 /ui/udmabuf.c | |
parent | 8c6631e66e323bc92e0ea5d235e7059b30fb86ee (diff) | |
download | qemu-5feed38c2139a2cea46b4b540303ef255d4cafc7.zip qemu-5feed38c2139a2cea46b4b540303ef255d4cafc7.tar.gz qemu-5feed38c2139a2cea46b4b540303ef255d4cafc7.tar.bz2 |
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>
Diffstat (limited to 'ui/udmabuf.c')
-rw-r--r-- | ui/udmabuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/udmabuf.c b/ui/udmabuf.c index cbf4357..6a0a11a 100644 --- a/ui/udmabuf.c +++ b/ui/udmabuf.c @@ -7,6 +7,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "ui/console.h" +#include "qemu/error-report.h" #include <sys/ioctl.h> |