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: v5.0.0-rc0~49^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=540818bbb491cb1a5f46bcda7409827594109fad;p=thirdparty%2Fqemu.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 bc0a286226f..e2c02e2bbe1 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"