mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Include exec/memory.h slightly less
Drop unnecessary inclusions from headers. Downgrade a few more to exec/hwaddr.h. 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-17-armbru@redhat.com>
This commit is contained in:
parent
d645427057
commit
d484205210
26 changed files with 20 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "exec/memory.h"
|
||||
#include "hw/display/edid.h"
|
||||
|
||||
static uint64_t edid_region_read(void *ptr, hwaddr addr, unsigned size)
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include "hw/hw.h"
|
||||
#include "hw/irq.h"
|
||||
#include "hw/display/tc6393xb.h"
|
||||
#include "exec/memory.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "ui/console.h"
|
||||
#include "ui/pixel_ops.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue