hw: clean up hw/hw.h includes
commitdf43d49cb8708b9c88a20afe0d1a3089b550a5b8
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Mar 2016 09:24:54 +0000 (16 10:24 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:30 +0000 (19 16:42 +0200)
tree8bb3579b495d9c5d19145041623dc10f6e2f8d18
parent89a80e7400f7225d9401b35ef32454b4ab29dc67
hw: clean up hw/hw.h includes

Include qom/object.h and exec/memory.h instead of exec/ioport.h;
exec/ioport.h was almost everywhere required only for those two
includes, not for the content of the header itself.

Remove block/aio.h, everybody is already including it through
another path.

With this change, include/hw/hw.h is freed from qemu-common.h.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
hw/gpio/gpio_key.c
include/exec/ioport.h
include/hw/hw.h
include/hw/isa/isa.h