mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -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
|
@ -27,6 +27,7 @@
|
|||
#ifndef HW_DISPLAY_MILKYMIST_TMU2_H
|
||||
#define HW_DISPLAY_MILKYMIST_TMU2_H
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
#include "hw/qdev.h"
|
||||
|
||||
#if defined(CONFIG_X11) && defined(CONFIG_OPENGL)
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
#ifndef HW_DISPLAY_TC6393XB_H
|
||||
#define HW_DISPLAY_TC6393XB_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
|
||||
typedef struct TC6393xbState TC6393xbState;
|
||||
|
||||
TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef QEMU_HW_DISPLAY_VGA_H
|
||||
#define QEMU_HW_DISPLAY_VGA_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "exec/hwaddr.h"
|
||||
|
||||
enum vga_retrace_method {
|
||||
VGA_RETRACE_DUMB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue