From 540818bbb491cb1a5f46bcda7409827594109fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 28 Feb 2020 12:46:38 +0100 Subject: hw/alpha/alpha_sys: Remove unused "hw/ide.h" header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- hw/alpha/alpha_sys.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw') diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h index bc0a286..e2c02e2 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" -- cgit v1.1