[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c |
Date: |
Mon, 7 Dec 2020 00:39:33 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
target/mips/fpu_helper.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/mips/fpu_helper.c b/target/mips/fpu_helper.c
index 020b768e87b..956e3417d0f 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"
--
2.26.2
- [PATCH 00/19] target/mips: Boring code reordering, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 02/19] target/mips: Remove unused headers from translate.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c,
Philippe Mathieu-Daudé <=
- [PATCH 05/19] target/mips: Remove unused headers from op_helper.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 06/19] target/mips: Remove unused headers from kvm.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 07/19] target/mips: Include "exec/memattrs.h" in 'internal.h', Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 08/19] target/mips: Extract cpu_supports*/cpu_set* translate.c, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endif, Philippe Mathieu-Daudé, 2020/12/06