On Thu, Apr 23, 2020 at 10:23 PM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > monitor/misc.c never required "chardev/char-mux.h", remove it. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > monitor/misc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/monitor/misc.c b/monitor/misc.c > index 6c45fa490f..5d68026a7f 100644 > --- a/monitor/misc.c > +++ b/monitor/misc.c > @@ -33,7 +33,6 @@ > #include "exec/gdbstub.h" > #include "net/net.h" > #include "net/slirp.h" > -#include "chardev/char-mux.h" > #include "ui/qemu-spice.h" > #include "qemu/config-file.h" > #include "qemu/ctype.h" > -- > 2.21.1 > > -- Marc-André Lureau