On Sat, Jul 4, 2020 at 7:55 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> As "qemu/main-loop.h" is not used, remove it.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> hw/usb/hcd-ehci.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c
> index 1495e8f7fa..256fb91e0c 100644
> --- a/hw/usb/hcd-ehci.c
> +++ b/hw/usb/hcd-ehci.c
> @@ -34,7 +34,6 @@
> #include "migration/vmstate.h"
> #include "trace.h"
> #include "qemu/error-report.h"
> -#include "qemu/main-loop.h"
> #include "sysemu/runstate.h"
>
> #define FRAME_TIMER_FREQ 1000
> --
> 2.21.3
>
>