From: Philippe Mathieu-Daudé Date: Fri, 28 Feb 2020 11:46:38 +0000 (+0100) Subject: hw/alpha/alpha_sys: Remove unused "hw/ide.h" header X-Git-Tag: qemu-xen-4.14.0~101^2~19 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=540818bbb491cb1a5f46bcda7409827594109fad;p=qemu-xen.git hw/alpha/alpha_sys: Remove unused "hw/ide.h" header alpha_sys.h does not use anything from the "hw/ide.h" header. Remove it. Acked-by: John Snow Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200228114649.12818-8-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h index bc0a286226..e2c02e2bbe 100644 --- a/hw/alpha/alpha_sys.h +++ b/hw/alpha/alpha_sys.h @@ -6,7 +6,6 @@ #include "target/alpha/cpu-qom.h" #include "hw/pci/pci.h" #include "hw/pci/pci_host.h" -#include "hw/ide.h" #include "hw/boards.h" #include "hw/intc/i8259.h"