diff options
| author | Philippe Mathieu-Daudé | 2017-10-17 18:44:08 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
| commit | 09db4d37d204c03924912924a39f22891b125148 (patch) | |
| tree | 092279bde49978101282f4436973f308c0302afd /hw/audio | |
| parent | amd_iommu: avoid needless includes in header file (diff) | |
| download | qemu-09db4d37d204c03924912924a39f22891b125148.tar.gz qemu-09db4d37d204c03924912924a39f22891b125148.tar.xz qemu-09db4d37d204c03924912924a39f22891b125148.zip | |
misc: remove old i386 dependency
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/audio')
| -rw-r--r-- | hw/audio/pcspk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/audio/pcspk.c b/hw/audio/pcspk.c index 0206f7399b..908696d483 100644 --- a/hw/audio/pcspk.c +++ b/hw/audio/pcspk.c @@ -24,7 +24,6 @@ #include "qemu/osdep.h" #include "hw/hw.h" -#include "hw/i386/pc.h" #include "hw/isa/isa.h" #include "hw/audio/soundhw.h" #include "audio/audio.h" |
