mirror of https://gitee.com/openkylin/qemu.git
Remove unneeded kvm.h from cpu-exec.c
This was obsoleted by 6792a57bf1
.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
ba9bc59e1f
commit
3d39c95933
|
@ -20,7 +20,6 @@
|
|||
#include "exec.h"
|
||||
#include "disas.h"
|
||||
#include "tcg.h"
|
||||
#include "kvm.h"
|
||||
#include "qemu-barrier.h"
|
||||
|
||||
#if defined(__sparc__) && !defined(CONFIG_SOLARIS)
|
||||
|
|
Loading…
Reference in New Issue