diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-06-08 16:11:06 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2011-06-20 15:24:14 -0300 |
commit | 3d39c9593314946258bb334737aa7a4d113731d8 (patch) | |
tree | 831a9bc00115f1d86a6193b2c1b34f97dbc913e5 /cpu-exec.c | |
parent | ba9bc59e1f5dc91caf35e0ef08da137b3a5e7386 (diff) |
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>
Diffstat (limited to 'cpu-exec.c')
-rw-r--r-- | cpu-exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index e1de56b397..7aa1d004e8 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -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) |