Don't include headers already included by qemu/osdep.h

This commit was created with scripts/clean-includes.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-19-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2023-02-02 14:38:28 +01:00
parent 2ca10faeb8
commit bfe7bf8590
22 changed files with 0 additions and 29 deletions

View File

@ -28,7 +28,6 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"
#include "qemu/atomic.h" #include "qemu/atomic.h"
#include "qemu/compiler.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/rcu.h" #include "qemu/rcu.h"
#include "exec/log.h" #include "exec/log.h"

View File

@ -12,8 +12,6 @@
# define __USE_LINUX_IOCTL_DEFS # define __USE_LINUX_IOCTL_DEFS
#endif #endif
#include <stdint.h>
#include <sys/types.h>
#ifndef _WIN32 #ifndef _WIN32
#include <sys/uio.h> #include <sys/uio.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>

View File

@ -27,8 +27,6 @@
#ifndef QEMU_P9ARRAY_H #ifndef QEMU_P9ARRAY_H
#define QEMU_P9ARRAY_H #define QEMU_P9ARRAY_H
#include "qemu/compiler.h"
/** /**
* P9Array provides a mechanism to access arrays in common C-style (e.g. by * P9Array provides a mechanism to access arrays in common C-style (e.g. by
* square bracket [] operator) in conjunction with reference variables that * square bracket [] operator) in conjunction with reference variables that

View File

@ -19,8 +19,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#ifdef CONFIG_LINUX #ifdef CONFIG_LINUX
#include <linux/limits.h> #include <linux/limits.h>
#else
#include <limits.h>
#endif #endif
#include <glib/gprintf.h> #include <glib/gprintf.h>
#include "hw/virtio/virtio.h" #include "hw/virtio/virtio.h"

View File

@ -21,7 +21,6 @@
#include "exec/ramblock.h" #include "exec/ramblock.h"
#include "sysemu/hostmem.h" #include "sysemu/hostmem.h"
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <fcntl.h>
#include <linux/memfd.h> #include <linux/memfd.h>
#include "qemu/memfd.h" #include "qemu/memfd.h"
#include "standard-headers/linux/udmabuf.h" #include "standard-headers/linux/udmabuf.h"

View File

@ -8,7 +8,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include <math.h> #include <math.h>
#include <string.h>
#include "hw/i2c/pmbus_device.h" #include "hw/i2c/pmbus_device.h"
#include "migration/vmstate.h" #include "migration/vmstate.h"
#include "qemu/module.h" #include "qemu/module.h"

View File

@ -8,7 +8,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/compiler.h"
#include "qemu/int128.h" #include "qemu/int128.h"
#include "qemu/range.h" #include "qemu/range.h"
#include "exec/memory.h" #include "exec/memory.h"

View File

@ -8,7 +8,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include <string.h>
#include "hw/i2c/pmbus_device.h" #include "hw/i2c/pmbus_device.h"
#include "hw/irq.h" #include "hw/irq.h"
#include "migration/vmstate.h" #include "migration/vmstate.h"

View File

@ -8,7 +8,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/typedefs.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "hw/usb.h" #include "hw/usb.h"
#include "hw/usb/desc.h" #include "hw/usb/desc.h"

View File

@ -8,7 +8,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/typedefs.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/visitor.h" #include "qapi/visitor.h"
#include "hw/usb.h" #include "hw/usb.h"

View File

@ -12,8 +12,6 @@
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include <stdint.h>
#define TYPE_ASPEED_LPC "aspeed.lpc" #define TYPE_ASPEED_LPC "aspeed.lpc"
#define ASPEED_LPC(obj) OBJECT_CHECK(AspeedLPCState, (obj), TYPE_ASPEED_LPC) #define ASPEED_LPC(obj) OBJECT_CHECK(AspeedLPCState, (obj), TYPE_ASPEED_LPC)

View File

@ -11,7 +11,6 @@
#define PCIE_DOE_H #define PCIE_DOE_H
#include "qemu/range.h" #include "qemu/range.h"
#include "qemu/typedefs.h"
#include "hw/register.h" #include "hw/register.h"
/* /*

View File

@ -13,8 +13,6 @@
#ifndef QEMU_ASYNC_TEARDOWN_H #ifndef QEMU_ASYNC_TEARDOWN_H
#define QEMU_ASYNC_TEARDOWN_H #define QEMU_ASYNC_TEARDOWN_H
#include "config-host.h"
#ifdef CONFIG_LINUX #ifdef CONFIG_LINUX
void init_async_teardown(void); void init_async_teardown(void);
#endif #endif

View File

@ -15,7 +15,6 @@
#include "qom/object.h" #include "qom/object.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "qemu/notify.h" #include "qemu/notify.h"
#include "qemu/typedefs.h"
/* glib/gio 2.68 */ /* glib/gio 2.68 */
#define DBUS_METHOD_INVOCATION_HANDLED TRUE #define DBUS_METHOD_INVOCATION_HANDLED TRUE

View File

@ -30,7 +30,6 @@
#ifndef HOST_UTILS_H #ifndef HOST_UTILS_H
#define HOST_UTILS_H #define HOST_UTILS_H
#include "qemu/compiler.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "qemu/int128.h" #include "qemu/int128.h"

View File

@ -14,7 +14,6 @@
#include "qom/object.h" #include "qom/object.h"
#include "block/aio.h" #include "block/aio.h"
#include "qemu/typedefs.h"
#define TYPE_EVENT_LOOP_BASE "event-loop-base" #define TYPE_EVENT_LOOP_BASE "event-loop-base"
OBJECT_DECLARE_TYPE(EventLoopBase, EventLoopBaseClass, OBJECT_DECLARE_TYPE(EventLoopBase, EventLoopBaseClass,

View File

@ -136,8 +136,6 @@
#include "qemu/guest-random.h" #include "qemu/guest-random.h"
#include "qemu/keyval.h" #include "qemu/keyval.h"
#include "config-host.h"
#define MAX_VIRTIO_CONSOLES 1 #define MAX_VIRTIO_CONSOLES 1
typedef struct BlockdevOptionsQueueEntry { typedef struct BlockdevOptionsQueueEntry {

View File

@ -21,7 +21,6 @@
#include "exec/cpu_ldst.h" #include "exec/cpu_ldst.h"
#include "tcg/tcg-op.h" #include "tcg/tcg-op.h"
#include "tcg/tcg-ldst.h" #include "tcg/tcg-ldst.h"
#include "qemu/compiler.h"
#include <ffi.h> #include <ffi.h>

View File

@ -25,7 +25,6 @@
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h" #include "qemu/module.h"
#include <unistd.h>
#include <sys/syscall.h> #include <sys/syscall.h>
static void test_seccomp_helper(const char *args, bool killed, static void test_seccomp_helper(const char *args, bool killed,

View File

@ -8,7 +8,6 @@
#include "qapi/error.h" #include "qapi/error.h"
#include "ui/console.h" #include "ui/console.h"
#include <fcntl.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
int udmabuf_fd(void) int udmabuf_fd(void)

View File

@ -33,7 +33,6 @@
#include "block/thread-pool.h" #include "block/thread-pool.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/queue.h" #include "qemu/queue.h"
#include "qemu/compiler.h"
#include "qom/object.h" #include "qom/object.h"
#ifndef _WIN32 #ifndef _WIN32

View File

@ -40,7 +40,6 @@
#include "qemu/thread.h" #include "qemu/thread.h"
#include <libgen.h> #include <libgen.h>
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/compiler.h"
#include "qemu/units.h" #include "qemu/units.h"
#include "qemu/thread-context.h" #include "qemu/thread-context.h"
@ -50,7 +49,6 @@
#ifdef __FreeBSD__ #ifdef __FreeBSD__
#include <sys/thr.h> #include <sys/thr.h>
#include <sys/types.h>
#include <sys/user.h> #include <sys/user.h>
#include <libutil.h> #include <libutil.h>
#endif #endif