diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-02-20 10:25:22 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-02-27 22:29:02 +0100 |
commit | 60462816b5effb6aafe81b78aca51f5c6efa3816 (patch) | |
tree | 868dac261cc1160e2a74caba3f52d8af7ba33fed | |
parent | 1b0477a6d9eecd8c12c072510a170bcd0b1f6bbb (diff) |
hw/i386/xen: Remove unused 'hw/ide.h' include from header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Paul Durrant <paul@xen.org>
Message-Id: <20230220092707.22584-1-philmd@linaro.org>
-rw-r--r-- | hw/i386/xen/xen_platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c index 66e6de31a6..3795a203d4 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" |