From: Philippe Mathieu-Daudé Date: Fri, 10 Feb 2023 21:58:05 +0000 (+0100) Subject: hw/ide/ioport: Remove unnecessary includes X-Git-Tag: v8.0.0-rc0~41^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2435503ab7cc5f02a8b7c74f9b15ba26878e3e24;p=thirdparty%2Fqemu.git hw/ide/ioport: Remove unnecessary includes Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20230215112712.23110-17-philmd@linaro.org> Reviewed-by: Richard Henderson --- diff --git a/hw/ide/ioport.c b/hw/ide/ioport.c index e6caa537fa8..e2ecc6230cd 100644 --- a/hw/ide/ioport.c +++ b/hw/ide/ioport.c @@ -25,16 +25,6 @@ #include "qemu/osdep.h" #include "hw/isa/isa.h" -#include "qemu/error-report.h" -#include "qemu/timer.h" -#include "sysemu/blockdev.h" -#include "sysemu/dma.h" -#include "hw/block/block.h" -#include "sysemu/block-backend.h" -#include "qapi/error.h" -#include "qemu/cutils.h" -#include "sysemu/replay.h" - #include "hw/ide/internal.h" #include "trace.h"