mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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>
This commit is contained in:
parent
f5075224d6
commit
437de2adc6
1 changed files with 0 additions and 1 deletions
1
memory.c
1
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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue