projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1379307
)
target/mips: Remove unused headers from op_helper.c
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sat, 5 Dec 2020 17:36:03 +0000
(18:36 +0100)
committer
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sun, 13 Dec 2020 19:26:02 +0000
(20:26 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20201206233949
.
3783184
-6-f4bug@amsat.org>
target/mips/op_helper.c
patch
|
blob
|
history
diff --git
a/target/mips/op_helper.c
b/target/mips/op_helper.c
index 5184a1838beb1d99dd3eaeba109e97d5c526b89b..5aa97902e98137cd56163571d4e2be5e75ba92fe 100644
(file)
--- a/
target/mips/op_helper.c
+++ b/
target/mips/op_helper.c
@@
-19,15
+19,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"
/*****************************************************************************/