Clean up inclusion of exec/cpu-common.h

migration/qemu-file.h neglects to include it even though it needs
ram_addr_t.  Fix that.  Drop a few superfluous inclusions elsewhere.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190812052359.30071-14-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2019-08-12 07:23:43 +02:00
parent 64552b6be4
commit 6a0acfff99
16 changed files with 1 additions and 15 deletions

View file

@ -9,7 +9,6 @@
#ifndef QEMU_KVM_INT_H
#define QEMU_KVM_INT_H
#include "exec/cpu-common.h"
#include "exec/memory.h"
#include "sysemu/sysemu.h"
#include "sysemu/accel.h"

View file

@ -15,7 +15,6 @@
#define MEMORY_MAPPING_H
#include "qemu/queue.h"
#include "exec/cpu-common.h"
#include "exec/cpu-defs.h"
#include "exec/memory.h"