diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-02-28 12:46:38 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-03-09 15:59:31 +0100 |
commit | 540818bbb491cb1a5f46bcda7409827594109fad (patch) | |
tree | c7653d86a15750940a816f8eac87da1a9802dca0 /hw/alpha/alpha_sys.h | |
parent | 2479300674249ff4a2d08709e28bf5f6482da030 (diff) | |
download | qemu-540818bbb491cb1a5f46bcda7409827594109fad.zip |
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 <jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200228114649.12818-8-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/alpha/alpha_sys.h')
-rw-r--r-- | hw/alpha/alpha_sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" |