aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/piix.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-09 11:57:15 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-27 22:29:02 +0100
commitcaa91462812f798982c57e8c0d53e50ef10379fb (patch)
tree206e4b4152503a23381415637e2051d496491d1c /hw/ide/piix.c
parent3e5f247e36631bef9cc2c35381a01f7b6e6449be (diff)
downloadqemu-caa91462812f798982c57e8c0d53e50ef10379fb.zip
qemu-caa91462812f798982c57e8c0d53e50ef10379fb.tar.gz
qemu-caa91462812f798982c57e8c0d53e50ef10379fb.tar.bz2
hw/ide/piix: Remove unused includes
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230215112712.23110-19-philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/ide/piix.c')
-rw-r--r--hw/ide/piix.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/ide/piix.c b/hw/ide/piix.c
index 2f71376..6354ae7 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"