mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
hw/misc/mips_itu: Cleanup includes
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180528232719.4721-17-f4bug@amsat.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6b39bad02e
commit
921e1a2ab3
2 changed files with 3 additions and 4 deletions
|
@ -20,6 +20,8 @@
|
|||
#ifndef MIPS_ITU_H
|
||||
#define MIPS_ITU_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#define TYPE_MIPS_ITU "mips-itu"
|
||||
#define MIPS_ITU(obj) OBJECT_CHECK(MIPSITUState, (obj), TYPE_MIPS_ITU)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue