[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c |
Date: |
Mon, 7 Dec 2020 00:39:34 +0100 |
Remove unused headers and add missing "qemu/log.h" since
qemu_log() is called.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
target/mips/cp0_helper.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/target/mips/cp0_helper.c b/target/mips/cp0_helper.c
index a1b5140ccaf..d8749658945 100644
--- a/target/mips/cp0_helper.c
+++ b/target/mips/cp0_helper.c
@@ -21,15 +21,13 @@
*/
#include "qemu/osdep.h"
+#include "qemu/log.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"
#ifndef CONFIG_USER_ONLY
--
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é <=
- [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c, Philippe Mathieu-Daudé, 2020/12/06
- [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