diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-05 18:34:51 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-13 20:27:11 +0100 |
| commit | 98cf80baa75fb8d3d6516e39895247c07a6f83ff (patch) | |
| tree | 2621b07493f5488f4040a02e419001740b67c910 | |
| parent | 7b884bf51e7feb6aee2a6293aee0c40a07bf8080 (diff) | |
| download | focaccia-qemu-98cf80baa75fb8d3d6516e39895247c07a6f83ff.tar.gz focaccia-qemu-98cf80baa75fb8d3d6516e39895247c07a6f83ff.zip | |
target/mips: Remove unused headers from fpu_helper.c
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201206233949.3783184-4-f4bug@amsat.org>
| -rw-r--r-- | target/mips/fpu_helper.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/mips/fpu_helper.c b/target/mips/fpu_helper.c index 020b768e87..956e3417d0 100644 --- a/target/mips/fpu_helper.c +++ b/target/mips/fpu_helper.c @@ -21,15 +21,11 @@ */ #include "qemu/osdep.h" -#include "qemu/main-loop.h" #include "cpu.h" #include "internal.h" -#include "qemu/host-utils.h" #include "exec/helper-proto.h" #include "exec/exec-all.h" #include "exec/cpu_ldst.h" -#include "exec/memop.h" -#include "sysemu/kvm.h" #include "fpu/softfloat.h" |