From: Philippe Mathieu-Daudé Date: Mon, 1 Jul 2019 16:26:19 +0000 (+0100) Subject: target/arm/helper: Remove unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2c8ec397f8438eea5e52be4898dfcf12a1f88267;p=qemu.git target/arm/helper: Remove unused include Signed-off-by: Philippe Mathieu-Daudé Message-id: 20190701132516.26392-7-philmd@redhat.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- diff --git a/target/arm/helper.c b/target/arm/helper.c index d3f3cb57d5..ca4d4a57bf 100644 --- a/target/arm/helper.c +++ b/target/arm/helper.c @@ -14,7 +14,6 @@ #include "exec/gdbstub.h" #include "exec/helper-proto.h" #include "qemu/host-utils.h" -#include "sysemu/arch_init.h" #include "sysemu/sysemu.h" #include "qemu/bitops.h" #include "qemu/crc32c.h" @@ -26,7 +25,6 @@ #include "hw/semihosting/semihost.h" #include "sysemu/cpus.h" #include "sysemu/kvm.h" -#include "fpu/softfloat.h" #include "qemu/range.h" #include "qapi/qapi-commands-target.h" #include "qapi/error.h"