diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-05 18:35:03 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-12-13 19:52:22 +0100 |
commit | 86deb70172b5aecac65229c88b1a2090179a027c (patch) | |
tree | 671b3ac47052723a2d48d187f9363fe43db815cf | |
parent | 11cb076b26ff25a909f07c593f9a4e0416ac147f (diff) | |
download | qemu-86deb70172b5aecac65229c88b1a2090179a027c.zip |
target/mips/kvm: Remove unused headers
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201206233949.3783184-7-f4bug@amsat.org>
-rw-r--r-- | target/mips/kvm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/mips/kvm.c b/target/mips/kvm.c index cbd0cb8faa..94b3a88d8f 100644 --- a/target/mips/kvm.c +++ b/target/mips/kvm.c @@ -19,11 +19,9 @@ #include "internal.h" #include "qemu/error-report.h" #include "qemu/main-loop.h" -#include "qemu/timer.h" #include "sysemu/kvm.h" #include "sysemu/kvm_int.h" #include "sysemu/runstate.h" -#include "sysemu/cpus.h" #include "kvm_mips.h" #include "exec/memattrs.h" #include "hw/boards.h" |