Browse Source
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>pull/51/head
committed by
Paolo Bonzini
40 changed files with 0 additions and 47 deletions
@ -1,8 +1,6 @@ |
|||
#ifndef HW_ACPI_PIIX4_H |
|||
#define HW_ACPI_PIIX4_H |
|||
|
|||
#include "qemu/typedefs.h" |
|||
|
|||
Object *piix4_pm_find(void); |
|||
|
|||
#endif |
|||
|
|||
Loading…
Reference in new issue