On Sat, Jul 4, 2020 at 7:50 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote:
> "qemu/error-report.h" and "qemu/main-loop.h" are not used. > Remove them. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/usb/hcd-dwc2.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/hw/usb/hcd-dwc2.c b/hw/usb/hcd-dwc2.c > index 72cbd051f3..590e75b455 100644 > --- a/hw/usb/hcd-dwc2.c > +++ b/hw/usb/hcd-dwc2.c > @@ -39,8 +39,6 @@ > #include "migration/vmstate.h" > #include "trace.h" > #include "qemu/log.h" > -#include "qemu/error-report.h" > -#include "qemu/main-loop.h" > #include "hw/qdev-properties.h" > > #define USB_HZ_FS 12000000 > -- > 2.21.3 > > Reviewed-by: Paul Zimmerman <pauld...@gmail.com>