From: Philippe Mathieu-Daudé Date: Mon, 20 Feb 2023 09:25:22 +0000 (+0100) Subject: hw/i386/xen: Remove unused 'hw/ide.h' include from header X-Git-Tag: v8.0.0-rc0~41^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60462816b5effb6aafe81b78aca51f5c6efa3816;p=thirdparty%2Fqemu.git hw/i386/xen: Remove unused 'hw/ide.h' include from header Signed-off-by: Philippe Mathieu-Daudé Acked-by: Paul Durrant Message-Id: <20230220092707.22584-1-philmd@linaro.org> --- diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c index 66e6de31a61..3795a203d4d 100644 --- a/hw/i386/xen/xen_platform.c +++ b/hw/i386/xen/xen_platform.c @@ -25,7 +25,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "hw/ide.h" #include "hw/ide/pci.h" #include "hw/pci/pci.h" #include "hw/xen/xen_common.h"