From 40937ed56a2cb206489777004410712b98c4cf26 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 14 Mar 2016 10:00:42 +0100 Subject: 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 Signed-off-by: Paolo Bonzini --- hw/i386/acpi-build.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/i386') diff --git a/hw/i386/acpi-build.h b/hw/i386/acpi-build.h index 148c0f9..007332e 100644 --- a/hw/i386/acpi-build.h +++ b/hw/i386/acpi-build.h @@ -2,8 +2,6 @@ #ifndef HW_I386_ACPI_BUILD_H #define HW_I386_ACPI_BUILD_H -#include "qemu/typedefs.h" - void acpi_setup(void); #endif -- cgit v1.1