Reviewed-by: Huacai Chen <che...@lemote.com> On Tue, May 26, 2020 at 2:04 PM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > ping? > > On 5/15/20 10:42 AM, Philippe Mathieu-Daudé wrote: > > The Fuloong machine never had to use "audio/audio.h", remove it. > > > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > > --- > > hw/mips/mips_fulong2e.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c > > index ef02d54b33..05b9efa516 100644 > > --- a/hw/mips/mips_fulong2e.c > > +++ b/hw/mips/mips_fulong2e.c > > @@ -33,7 +33,6 @@ > > #include "hw/mips/mips.h" > > #include "hw/mips/cpudevs.h" > > #include "hw/pci/pci.h" > > -#include "audio/audio.h" > > #include "qemu/log.h" > > #include "hw/loader.h" > > #include "hw/ide/pci.h" > > > >
-- Huacai Chen