mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -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
|
@ -11,7 +11,6 @@
|
|||
#ifndef HW_ARM_BOOT_H
|
||||
#define HW_ARM_BOOT_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "target/arm/cpu-qom.h"
|
||||
#include "qemu/notify.h"
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "hw/net/imx_fec.h"
|
||||
#include "hw/pci-host/designware.h"
|
||||
#include "hw/usb/chipidea.h"
|
||||
#include "exec/memory.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#define TYPE_FSL_IMX7 "fsl,imx7"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef HW_SOC_DMA_H
|
||||
#define HW_SOC_DMA_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "exec/hwaddr.h"
|
||||
|
||||
struct soc_dma_s;
|
||||
struct soc_dma_ch_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue