From: Philippe Mathieu-Daudé Date: Thu, 9 Feb 2023 10:57:15 +0000 (+0100) Subject: hw/ide/piix: Remove unused includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=caa91462812f798982c57e8c0d53e50ef10379fb;p=qemu.git hw/ide/piix: Remove unused includes Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20230215112712.23110-19-philmd@linaro.org> Reviewed-by: Richard Henderson --- diff --git a/hw/ide/piix.c b/hw/ide/piix.c index 2f71376b93..6354ae740b 100644 --- a/hw/ide/piix.c +++ b/hw/ide/piix.c @@ -28,14 +28,9 @@ */ #include "qemu/osdep.h" -#include "hw/pci/pci.h" #include "migration/vmstate.h" #include "qapi/error.h" -#include "qemu/module.h" -#include "sysemu/block-backend.h" -#include "sysemu/blockdev.h" -#include "sysemu/dma.h" - +#include "hw/pci/pci.h" #include "hw/ide/piix.h" #include "hw/ide/pci.h" #include "trace.h"