mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
include: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. NB: If this commit breaks compilation for your out-of-tree patchseries or fork, then you need to make sure you add #include "qemu/osdep.h" to any new .c files that you have. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
974dc73d77
commit
90ce6e2644
97 changed files with 0 additions and 156 deletions
|
@ -19,7 +19,6 @@
|
|||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/typedefs.h"
|
||||
#include "qemu/notify.h"
|
||||
#include "qemu/option.h"
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
#ifndef HW_ACPI_GEN_UTILS_H
|
||||
#define HW_ACPI_GEN_UTILS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <glib.h>
|
||||
#include "qemu/compiler.h"
|
||||
#include "hw/acpi/acpi-defs.h"
|
||||
|
||||
/* Reserve RAM space for tables: add another order of magnitude. */
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#define BIOS_LINKER_LOADER_H
|
||||
|
||||
#include <glib.h>
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
GArray *bios_linker_loader_init(void);
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef HW_ACPI_PCIHP_H
|
||||
#define HW_ACPI_PCIHP_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <qemu/typedefs.h>
|
||||
#include "hw/acpi/acpi.h"
|
||||
#include "migration/vmstate.h"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#define HW_BLOCK_COMMON_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
/* Configuration */
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
* CPUID Fn8000_0008_ECX[ApicIdCoreIdSize[3:0]] is set to apicid_core_width().
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "qemu/bitops.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef APM_H
|
||||
#define APM_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "qemu-common.h"
|
||||
#include "hw/hw.h"
|
||||
#include "exec/memory.h"
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#define FW_CFG_H
|
||||
|
||||
#ifndef NO_QEMU_PROTOS
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
#include "qemu/typedefs.h"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "hw/qdev.h"
|
||||
#include "exec/memory.h"
|
||||
#include "sysemu/dma.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
/* PCI includes legacy ISA access. */
|
||||
#include "hw/isa/isa.h"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "exec/memory.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qapi/error.h"
|
||||
#include "hw/hotplug.h"
|
||||
#include "hw/pci/pci.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "qemu/bitmap.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/irq.h"
|
||||
#include "qapi/error.h"
|
||||
#include "hw/hotplug.h"
|
||||
|
||||
enum {
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#ifndef VHOST_BACKEND_H_
|
||||
#define VHOST_BACKEND_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef enum VhostBackendType {
|
||||
VHOST_BACKEND_TYPE_NONE = 0,
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
* must not depend on any xen headers being present in
|
||||
* /usr/include/xen, so it can be included unconditionally.
|
||||
*/
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "hw/irq.h"
|
||||
#include "qemu-common.h"
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
#ifndef QEMU_HW_XEN_COMMON_H
|
||||
#define QEMU_HW_XEN_COMMON_H 1
|
||||
|
||||
#include "config-host.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
/*
|
||||
* If we have new enough libxenctrl then we do not want/need these compat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue