diff options
author | Markus Armbruster | 2019-08-12 07:23:46 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-08-16 13:31:52 +0200 |
commit | d4842052100a3b44167e34ebdce0e7b3bf7512cf (patch) | |
tree | 1843d364e16c6c272b97ca6870fb31d6992ed2a3 /include/hw/arm/soc_dma.h | |
parent | Include migration/vmstate.h less (diff) | |
download | qemu-d4842052100a3b44167e34ebdce0e7b3bf7512cf.tar.gz qemu-d4842052100a3b44167e34ebdce0e7b3bf7512cf.tar.xz qemu-d4842052100a3b44167e34ebdce0e7b3bf7512cf.zip |
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>
Diffstat (limited to 'include/hw/arm/soc_dma.h')
-rw-r--r-- | include/hw/arm/soc_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/arm/soc_dma.h b/include/hw/arm/soc_dma.h index 7886291d54..e93a7499a8 100644 --- a/include/hw/arm/soc_dma.h +++ b/include/hw/arm/soc_dma.h @@ -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; |