mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Re-run scripts/clean-includes to apply the previous commit's corrections and updates. Besides redundant qemu/typedefs.h, this only finds a redundant config-host.h include in ui/egl-helpers.c. No idea how that escaped the previous runs. Some manual whitespace trimming around dropped includes squashed in. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
da34e65cb4
commit
14b6d44d47
40 changed files with 0 additions and 47 deletions
|
@ -19,7 +19,6 @@
|
|||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "qemu/typedefs.h"
|
||||
#include "qemu/notify.h"
|
||||
#include "qemu/option.h"
|
||||
#include "exec/memory.h"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#ifndef HW_ACPI_PIIX4_H
|
||||
#define HW_ACPI_PIIX4_H
|
||||
|
||||
#include "qemu/typedefs.h"
|
||||
|
||||
Object *piix4_pm_find(void);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef HW_ACPI_TCO_H
|
||||
#define HW_ACPI_TCO_H
|
||||
|
||||
#include "qemu/typedefs.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
/* As per ICH9 spec, the internal timer has an error of ~0.6s on every tick */
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#ifndef HW_BOARDS_H
|
||||
#define HW_BOARDS_H
|
||||
|
||||
#include "qemu/typedefs.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "sysemu/accel.h"
|
||||
#include "hw/qdev.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#define HW_CHAR_DIGIC_UART_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "qemu/typedefs.h"
|
||||
|
||||
#define TYPE_DIGIC_UART "digic-uart"
|
||||
#define DIGIC_UART(obj) \
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#define HOTPLUG_H
|
||||
|
||||
#include "qom/object.h"
|
||||
#include "qemu/typedefs.h"
|
||||
|
||||
#define TYPE_HOTPLUG_HANDLER "hotplug-handler"
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#define HW_PC_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#include "exec/memory.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/isa/isa.h"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#ifndef NO_QEMU_PROTOS
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#endif
|
||||
|
||||
#define FW_CFG_SIGNATURE 0x00
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include "qemu/queue.h"
|
||||
#include "qemu/option.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#include "qemu/bitmap.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/irq.h"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#define QEMU_HW_SCSI_H
|
||||
|
||||
#include "hw/qdev.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#include "hw/block/block.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qemu/notify.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#define HW_TIMER_DIGIC_TIMER_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#include "hw/ptimer.h"
|
||||
|
||||
#define TYPE_DIGIC_TIMER "digic-timer"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#ifndef VFIO_API_H
|
||||
#define VFIO_API_H
|
||||
|
||||
#include "qemu/typedefs.h"
|
||||
|
||||
bool vfio_eeh_as_ok(AddressSpace *as);
|
||||
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "hw/irq.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/typedefs.h"
|
||||
|
||||
/* xen-machine.c */
|
||||
enum xen_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue