diff mbox series

[PULL,8/8] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include

Message ID 20200526075639.27949-9-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,1/8] es1370: check total frame count against current frame | expand

Commit Message

Gerd Hoffmann May 26, 2020, 7:56 a.m. UTC
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

The Fuloong machine never had to use "audio/audio.h", remove it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Huacai Chen <chenhc@lemote.com>
Message-id: 20200515084209.9419-1-f4bug@amsat.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/mips/mips_fulong2e.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
index ef02d54b335c..05b9efa516cf 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"