diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-08-12 07:23:46 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-08-16 13:31:52 +0200 |
commit | d4842052100a3b44167e34ebdce0e7b3bf7512cf (patch) | |
tree | 1843d364e16c6c272b97ca6870fb31d6992ed2a3 /hw/display/edid-region.c | |
parent | d6454270575da1f16a8923c7cb240e46ef243f72 (diff) | |
download | 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 'hw/display/edid-region.c')
-rw-r--r-- | hw/display/edid-region.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/edid-region.c b/hw/display/edid-region.c index d0d31bad3d..675429dc18 100644 --- a/hw/display/edid-region.c +++ b/hw/display/edid-region.c @@ -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) |