On Sat, Jul 4, 2020 at 7:51 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > This file doesn't access anything from "hw/usb.h", remove its > inclusion. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > hw/arm/sbsa-ref.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c > index e40c868a82..021e7c1b8b 100644 > --- a/hw/arm/sbsa-ref.c > +++ b/hw/arm/sbsa-ref.c > @@ -38,7 +38,6 @@ > #include "hw/loader.h" > #include "hw/pci-host/gpex.h" > #include "hw/qdev-properties.h" > -#include "hw/usb.h" > #include "hw/char/pl011.h" > #include "net/net.h" > > -- > 2.21.3 > >