diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:32 +0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:43 +0200 |
| commit | 415b732751daeccfff681898a716180ceb34dc4e (patch) | |
| tree | 4e0c8c154a6c3f801b982ab7b274bf413031cc5f /hw/usb/redirect.c | |
| parent | 544803c7a19bd2359ee3a0b3607ead71bf1f9394 (diff) | |
| download | focaccia-qemu-415b732751daeccfff681898a716180ceb34dc4e.tar.gz focaccia-qemu-415b732751daeccfff681898a716180ceb34dc4e.zip | |
include: move C/util-related declarations to cutils.h
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-22-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/usb/redirect.c')
| -rw-r--r-- | hw/usb/redirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index 8692ea2561..3bc4dee7fe 100644 --- a/hw/usb/redirect.c +++ b/hw/usb/redirect.c @@ -26,7 +26,7 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" +#include "qemu/cutils.h" #include "qemu/units.h" #include "qapi/error.h" #include "qemu/timer.h" |