summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin2013-08-01 09:55:30 +0200
committerMichael Tokarev2013-08-02 16:05:16 +0200
commit437de2adc633ed28cdd84bcdffc3430b5ce96be6 (patch)
tree3e5dd0999787cf5c43c450dde7518492b567e39f
parentblock/iscsi.c: Fix printf format error. (diff)
downloadqemu-437de2adc633ed28cdd84bcdffc3430b5ce96be6.tar.gz
qemu-437de2adc633ed28cdd84bcdffc3430b5ce96be6.tar.xz
qemu-437de2adc633ed28cdd84bcdffc3430b5ce96be6.zip
memory.c: drop kvm.h dependency
memory.c does not use any kvm specific interfaces, don't include kvm.h Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/memory.c b/memory.c
index ac6f3c6a19..886f838951 100644
--- a/memory.c
+++ b/memory.c
@@ -18,7 +18,6 @@
#include "exec/ioport.h"
#include "qemu/bitops.h"
#include "qom/object.h"
-#include "sysemu/kvm.h"
#include "trace.h"
#include <assert.h>