]> Git Repo - qemu.git/commitdiff
all: Clean up includes
authorPeter Maydell <[email protected]>
Tue, 23 Feb 2016 11:58:03 +0000 (11:58 +0000)
committerPeter Maydell <[email protected]>
Tue, 23 Feb 2016 12:43:05 +0000 (12:43 +0000)
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.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
56 files changed:
audio/audio.h
bsd-user/qemu.h
contrib/ivshmem-client/ivshmem-client.h
contrib/ivshmem-server/ivshmem-server.h
fsdev/file-op-9p.h
hw/9pfs/9p-synth.h
hw/9pfs/9p.h
hw/audio/gusemu.h
hw/display/vga_int.h
hw/net/fsl_etsec/registers.h
hw/usb/desc.h
io/channel-util.c
linux-user/arm/nwfpe/fpa11.h
linux-user/qemu.h
nbd/nbd-internal.h
net/tap-linux.h
net/util.h
qemu-nbd.c
qga/vss-win32.h
qga/vss-win32/requester.h
qga/vss-win32/vss-common.h
replay/replay-internal.h
slirp/slirp.h
target-alpha/cpu.h
target-arm/cpu.h
target-arm/kvm-consts.h
target-cris/cpu.h
target-i386/cpu-qom.h
target-i386/cpu.h
target-i386/mpx_helper.c
target-lm32/cpu.h
target-m68k/cpu.h
target-microblaze/cpu.h
target-mips/cpu.h
target-moxie/cpu.h
target-openrisc/cpu.h
target-ppc/cpu.h
target-s390x/cpu.h
target-sh4/cpu.h
target-sparc/cpu.h
target-tilegx/cpu.h
target-tricore/cpu.h
target-unicore32/cpu.h
target-xtensa/cpu.h
tcg/tci/tcg-target.h
tests/libqos/ahci.h
tests/libqos/fw_cfg.h
tests/libqos/i2c.h
tests/libqos/malloc.h
tests/libqos/pci.h
tests/libqtest.h
trace/control-internal.h
trace/ftrace.h
trace/simple.h
ui/vnc-palette.h
ui/vnc.h

index e7ea39777e1bebb78bf4eb747407a0ddb7351953..b41a97053d9bc8868bf7a1fc661b331bfa806201 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef QEMU_AUDIO_H
 #define QEMU_AUDIO_H
 
-#include "config-host.h"
 #include "qemu/queue.h"
 
 typedef void (*audio_callback_fn) (void *opaque, int avail);
index 735cb4042a589f244c559da9b889ee3e4829e731..1b5f9983d1b4016cd6fcc1b0b058e3cfdee6f474 100644 (file)
 #ifndef QEMU_H
 #define QEMU_H
 
-#include <signal.h>
-#include <string.h>
 
 #include "cpu.h"
 #include "exec/cpu_ldst.h"
 
 #undef DEBUG_REMAP
 #ifdef DEBUG_REMAP
-#include <stdlib.h>
 #endif /* DEBUG_REMAP */
 
 #include "exec/user/abitypes.h"
index 3a4f8096827771a7c566180555825dd539cb0c6f..54cde17d937c125a8a6c22ff5e19ffa627914087 100644 (file)
@@ -19,7 +19,6 @@
  * purposes.
  */
 
-#include <limits.h>
 #include <sys/select.h>
 
 #include "qemu/queue.h"
index c9359a0a8a4ca8f6b4f83021bc90a69eef3e651a..e9de8a369d93df4a2ccbcce69e13399a1fa41208 100644 (file)
  * associated to the ivshmem shared memory.
  */
 
-#include <limits.h>
 #include <sys/select.h>
-#include <stdint.h>
-#include <stdbool.h>
 
 #include "qemu/event_notifier.h"
 #include "qemu/queue.h"
index 956fda091968b34326246209109b4b05697fcf31..b8c26024a9555f27f6503ef3f159c34182464626 100644 (file)
  */
 #ifndef _FILEOP_H
 #define _FILEOP_H
-#include <sys/types.h>
 #include <dirent.h>
-#include <sys/time.h>
 #include <utime.h>
-#include <sys/stat.h>
 #include <sys/uio.h>
 #include <sys/vfs.h>
 
index eaf5a0c2933ff614d05d68d2d92aeb6f15e95e3f..82962512a19993f50972e40511548b960e7d9c9f 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef HW_9PFS_SYNTH_H
 #define HW_9PFS_SYNTH_H 1
 
-#include <unistd.h>
-#include <sys/types.h>
-#include <limits.h>
 
 typedef struct V9fsSynthNode V9fsSynthNode;
 typedef ssize_t (*v9fs_synth_read)(void *buf, int len, off_t offset,
index edcd51be1525f1020ed3c274ed5965030634e112..1a19418a8ce5493e53a1d396b5177496e28db23a 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef _QEMU_9P_H
 #define _QEMU_9P_H
 
-#include <sys/types.h>
 #include <dirent.h>
-#include <sys/time.h>
 #include <utime.h>
 #include <sys/resource.h>
 #include <glib.h>
index 331bb6fec0036f979d4adf61df59258f5c2b6ec8..b7f075126877d14a09368bef9fff09af9a1c0e4b 100644 (file)
@@ -34,7 +34,6 @@
  typedef signed char GUSchar;
  typedef signed short GUSsample;
 #else
- #include <stdint.h>
  typedef int8_t GUSchar;
  typedef uint8_t GUSbyte;
  typedef uint16_t GUSword;
index 40ba6a4207a5fe6473523ce55a0b1fc866160986..bdb43a5a3476cd5cf23528c9253e75eca665f9d9 100644 (file)
@@ -25,7 +25,6 @@
 #define HW_VGA_INT_H 1
 
 #include <hw/hw.h>
-#include "qapi/error.h"
 #include "exec/memory.h"
 
 #define ST01_V_RETRACE      0x08
index 7ad768647084361e64fbab3eda5c509d0c412216..6fb96842b83ba75ae685f303f0aafbe556942019 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef _ETSEC_REGISTERS_H_
 #define _ETSEC_REGISTERS_H_
 
-#include <stdint.h>
 
 enum eTSEC_Register_Access_Type {
     ACC_RW      = 1,            /* Read/Write */
index 8e8db03a0caa3b2932b2d2e4a606185d7ca3dc5c..4d81c68e0ef8c2954fa89abf71248d0982ea4b01 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef QEMU_HW_USB_DESC_H
 #define QEMU_HW_USB_DESC_H
 
-#include <inttypes.h>
 #include <wchar.h>
 
 /* binary representation */
index f96907cb5c3360f6141c03ff3c76657c0712c125..0fb4bd08374898db422b5c6398ce594ca75b5e63 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-util.h"
 #include "io/channel-file.h"
 #include "io/channel-socket.h"
index bb9ac6554ee84e7209f927930f1c698bd78359a7..7e114eee8a19e45a7e32de10b6eefe012dc6714e 100644 (file)
@@ -21,9 +21,6 @@
 #ifndef __FPA11_H__
 #define __FPA11_H__
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
 
 #include <cpu.h>
 
index bd90cc37999ed52fbbccac9d0892ee075e521e38..ba5b433d998bce45ca8e1477915cea5dec1b3710 100644 (file)
@@ -1,15 +1,12 @@
 #ifndef QEMU_H
 #define QEMU_H
 
-#include <signal.h>
-#include <string.h>
 
 #include "cpu.h"
 #include "exec/cpu_ldst.h"
 
 #undef DEBUG_REMAP
 #ifdef DEBUG_REMAP
-#include <stdlib.h>
 #endif /* DEBUG_REMAP */
 
 #include "exec/user/abitypes.h"
index db6ab65ced17a637b7b3d498075c9a0151900245..d09b4ee30881acd1f4250bd0397db32939d6a8e7 100644 (file)
 #include "qemu/coroutine.h"
 #include "qemu/iov.h"
 
-#include <errno.h>
-#include <string.h>
 #ifndef _WIN32
 #include <sys/ioctl.h>
 #endif
 #if defined(__sun__) || defined(__HAIKU__)
 #include <sys/ioccom.h>
 #endif
-#include <ctype.h>
-#include <inttypes.h>
 
 #ifdef __linux__
 #include <linux/fs.h>
index 01dc6f8a2db9a7252beb134735d0eaef62ead9dc..1dc3a9f279d506e1b085f011a5c51bb2bdd98c62 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef QEMU_TAP_LINUX_H
 #define QEMU_TAP_LINUX_H
 
-#include <stdint.h>
 #ifdef __linux__
 
 #include <linux/ioctl.h>
index 10c7da95f03056051a1cf949bb85aab5948800c0..60b73d372d6db0575d15992bcb835f7a478e3ed8 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef QEMU_NET_UTIL_H
 #define QEMU_NET_UTIL_H
 
-#include <stdint.h>
 
 int net_parse_macaddr(uint8_t *macaddr, const char *p);
 
index efc427c4f4310eef430062a0bb5f1879e6a9b114..5fe94d0e7b785ecd90c6b5c2e9f580c1d7353ac5 100644 (file)
@@ -31,8 +31,6 @@
 #include "io/channel-socket.h"
 
 #include <getopt.h>
-#include <sys/types.h>
-#include <signal.h>
 #include <libgen.h>
 #include <pthread.h>
 
index 298927dfa51f91f8632733302e6b6394cc5b0772..4d1d15081e9d098f07355d4bc306b1ef7d5f5e61 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef VSS_WIN32_H
 #define VSS_WIN32_H
 
-#include "qapi/error.h"
 
 bool vss_init(bool init_requester);
 void vss_deinit(bool deinit_requester);
index c3093cf4b641df1b5b3ae061fcba8fc1e519951f..ad2bf3df61fccd27b2463497912b635549ab1e02 100644 (file)
@@ -14,7 +14,6 @@
 #define VSS_WIN32_REQUESTER_H
 
 #include <basetyps.h>           /* STDAPI */
-#include "qemu/compiler.h"
 
 #ifdef __cplusplus
 extern "C" {
index ce14e142903a4cbf8dbc7016e4391264d4094d5e..91dae0c38d49ca79a7d7c23d90ecdaa3e5cbd9c8 100644 (file)
@@ -14,7 +14,6 @@
 #define VSS_WIN32_H
 
 #define __MIDL_user_allocate_free_DEFINED__
-#include "config-host.h"
 #include <windows.h>
 #include <shlwapi.h>
 
index 77e0d292c7d68589d3a7d440d89930a2071926a3..5438ebdb9c0d8320a1d29e9eae0cf983a2e78c14 100644 (file)
@@ -12,7 +12,6 @@
  *
  */
 
-#include <stdio.h>
 
 enum ReplayEvents {
     /* for instruction event */
index 239fe2917aad3cb9cd818f4d08581b9e8abd20f2..07c13b4725e20d424c91f7fbfee165d30c4f46cb 100644 (file)
@@ -1,11 +1,9 @@
 #ifndef __COMMON_H__
 #define __COMMON_H__
 
-#include "config-host.h"
 #include "slirp_config.h"
 
 #ifdef _WIN32
-# include <inttypes.h>
 
 typedef char *caddr_t;
 
@@ -23,43 +21,31 @@ typedef char *caddr_t;
 # endif
 #endif
 
-#include <sys/types.h>
 #ifdef HAVE_SYS_BITYPES_H
 # include <sys/bitypes.h>
 #endif
 
-#include <sys/time.h>
 
 #ifdef HAVE_UNISTD_H
-# include <unistd.h>
 #endif
 
 #ifdef HAVE_STDLIB_H
-# include <stdlib.h>
 #endif
 
-#include <stdio.h>
-#include <errno.h>
 
 #ifndef HAVE_MEMMOVE
 #define memmove(x, y, z) bcopy(y, x, z)
 #endif
 
 #if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
 #else
 # ifdef HAVE_SYS_TIME_H
-#  include <sys/time.h>
 # else
-#  include <time.h>
 # endif
 #endif
 
 #ifdef HAVE_STRING_H
-# include <string.h>
 #else
-# include <strings.h>
 #endif
 
 #ifndef _WIN32
@@ -82,11 +68,9 @@ void *malloc(size_t arg);
 void free(void *ptr);
 #endif
 
-#include <fcntl.h>
 #ifndef NO_UNIX_SOCKETS
 #include <sys/un.h>
 #endif
-#include <signal.h>
 #ifdef HAVE_SYS_SIGNAL_H
 # include <sys/signal.h>
 #endif
@@ -115,12 +99,10 @@ void free(void *ptr);
 #endif
 
 #ifdef __STDC__
-#include <stdarg.h>
 #else
 #include <varargs.h>
 #endif
 
-#include <sys/stat.h>
 
 /* Avoid conflicting with the libc insque() and remque(), which
    have different prototypes. */
index bcd8076abbf0ed91f92aeba2861e50e7ee445aab..420f2a53fe1315aede95a4ce0c7186126174876e 100644 (file)
@@ -20,7 +20,6 @@
 #if !defined (__CPU_ALPHA_H__)
 #define __CPU_ALPHA_H__
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 64
index 16238216f458720f7f5c32fd4e25293468e9b1e8..3cbda735781eb104c03b59dce5f83ad31925a3ff 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef CPU_ARM_H
 #define CPU_ARM_H
 
-#include "config.h"
 
 #include "kvm-consts.h"
 
index 943bf8980a6277a8314e572aad3773d3f563683e..a2c9518592218a1b57ccedd88d18cb7f31c14f31 100644 (file)
@@ -15,7 +15,6 @@
 #define ARM_KVM_CONSTS_H
 
 #ifdef CONFIG_KVM
-#include "qemu/compiler.h"
 #include <linux/kvm.h>
 #include <linux/psci.h>
 
index 32204607ca4326fff3930fea501df7d0cf62b4ab..415cf91436f6ca024cf3a03eaa364978b925b922 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef CPU_CRIS_H
 #define CPU_CRIS_H
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 32
index 5f9d960b25dc413d18f036af693d92ceca157d56..cb750176c0c0b360b43b6af6da43db2d77428de3 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "qom/cpu.h"
 #include "cpu.h"
-#include "qapi/error.h"
 #include "qemu/notify.h"
 
 #ifdef TARGET_X86_64
index 94cb4db27d7214aba803a6835c73da296c5c3201..7febc3f5ec9a7f3caaf479632b708e6e3488379c 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef CPU_I386_H
 #define CPU_I386_H
 
-#include "config.h"
 #include "qemu-common.h"
 #include "standard-headers/asm-x86/hyperv.h"
 
index 1bf717af05bb3b1a3c0246d88d60477e7f5d3d6d..052a69c52fc597139e42b53879e122060347d033 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "exec/cpu_ldst.h"
index 2b7620c7da2fdaad4f2b21de0b09af06413be1a9..f220fc0bb93634cb62eaae0f1bd99824d06e75c2 100644 (file)
@@ -24,7 +24,6 @@
 
 #define CPUArchState struct CPULM32State
 
-#include "config.h"
 #include "qemu-common.h"
 #include "exec/cpu-defs.h"
 struct CPULM32State;
index 224c16967ca92566317b87a766c5f92de1daea2f..48b4c872fce2d3771a98cc04a8a05e7bcd079f34 100644 (file)
@@ -24,7 +24,6 @@
 
 #define CPUArchState struct CPUM68KState
 
-#include "config.h"
 #include "qemu-common.h"
 #include "exec/cpu-defs.h"
 
index 6b212ab7f01c93e351c01cf77214819855e0c65e..2f7335eaa7b5ec175d5c61f9614b85180dd3b7e7 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef CPU_MICROBLAZE_H
 #define CPU_MICROBLAZE_H
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 32
index 86b63336348c0d1d76346834fe97c94f186d4f9f..bd23c2a054703fc641454824b500c95f27906427 100644 (file)
@@ -7,7 +7,6 @@
 
 #define CPUArchState struct CPUMIPSState
 
-#include "config.h"
 #include "qemu-common.h"
 #include "mips-defs.h"
 #include "exec/cpu-defs.h"
index a61274401161fe705aa40b5c052cec349dba1766..4ee207796cbec7b1f2ef1b0e04303067a4088c64 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef _CPU_MOXIE_H
 #define _CPU_MOXIE_H
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 32
index eb7160739515b40b3add80346fff73e16ee6e9f6..4b63f258044e818543897418c63a091629500460 100644 (file)
@@ -27,7 +27,6 @@
 /* cpu_openrisc_map_address_* in CPUOpenRISCTLBContext need this decl.  */
 struct OpenRISCCPU;
 
-#include "config.h"
 #include "qemu-common.h"
 #include "exec/cpu-defs.h"
 #include "fpu/softfloat.h"
index 892f4dc94941b0f569b057a12932603cab1bbb10..2b10597fa954e568d9db230b0825314df5dd75f1 100644 (file)
@@ -19,7 +19,6 @@
 #if !defined (__CPU_PPC_H__)
 #define __CPU_PPC_H__
 
-#include "config.h"
 #include "qemu-common.h"
 
 //#define PPC_EMULATE_32BITS_HYPV
index 06ca60b25fc8bcc3da3a0aa7ccfcf8d4f3e42208..6ae5699e0badaec5d2d2ff515ce4338b0ff315f6 100644 (file)
@@ -22,7 +22,6 @@
 #ifndef CPU_S390X_H
 #define CPU_S390X_H
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 64
index 5b022c5973647cd98a562e6b6feb5f2fe3a3d7c3..3b23e967bba5aa175523d3e341bbad4d6ac21a95 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef _CPU_SH4_H
 #define _CPU_SH4_H
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 32
index 58ff4743b4bfa956613b1d160ebe937cd30a8186..dc461227587b18a2745350e82b0108dd8454f0b2 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef CPU_SPARC_H
 #define CPU_SPARC_H
 
-#include "config.h"
 #include "qemu-common.h"
 #include "qemu/bswap.h"
 
index 03df107a674e4f3d6621e9b704fb8476222e242e..022cad186ace66fa0d65af834c1d53ef420544ca 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef CPU_TILEGX_H
 #define CPU_TILEGX_H
 
-#include "config.h"
 #include "qemu-common.h"
 
 #define TARGET_LONG_BITS 64
index 20a12f3a40b92792ce24b6bc57b1356b1bf719e7..be6f12170da7ab982a0e6d30df50adeba3a3cf21 100644 (file)
@@ -20,7 +20,6 @@
 #define __TRICORE_CPU_H__
 
 #include "tricore-defs.h"
-#include "config.h"
 #include "qemu-common.h"
 #include "exec/cpu-defs.h"
 #include "fpu/softfloat.h"
index 01c370c30d0848f25547422e88036c296b3b206b..9c1fbf9b77abbb08862efb96525e2bdf7850792b 100644 (file)
@@ -19,7 +19,6 @@
 
 #define CPUArchState                struct CPUUniCore32State
 
-#include "config.h"
 #include "qemu-common.h"
 #include "exec/cpu-defs.h"
 #include "fpu/softfloat.h"
index 15ce0107d65a64633c13454ccf0fbdaca92bb66a..d0bd9dada857eb5b94812385888ec99b860e6145 100644 (file)
@@ -33,7 +33,6 @@
 
 #define CPUArchState struct CPUXtensaState
 
-#include "config.h"
 #include "qemu-common.h"
 #include "exec/cpu-defs.h"
 #include "fpu/softfloat.h"
index 77e5952781fb1ce00d5f3599bbfea499cffe228b..3942f9cccf43b8e9f7d489aafeabb304bf84c89c 100644 (file)
@@ -40,7 +40,6 @@
 #if !defined(TCG_TARGET_H)
 #define TCG_TARGET_H
 
-#include "config-host.h"
 
 #define TCG_TARGET_INTERPRETER 1
 #define TCG_TARGET_INSN_UNIT_SIZE 1
index 69dc4d7ca90ff8fd9938af97e229393fe6b339d2..71dd7a6e5a82eb4851aef33dff17b71fe255d0e8 100644 (file)
@@ -25,9 +25,6 @@
  * THE SOFTWARE.
  */
 
-#include <stdint.h>
-#include <stdlib.h>
-#include <stdbool.h>
 #include "libqos/libqos.h"
 #include "libqos/pci.h"
 #include "libqos/malloc-pc.h"
index 61b1548b4e92795a979decd23246f29f637027d6..e8371b2317716e40284a3f2c12470814196557a7 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef LIBQOS_FW_CFG_H
 #define LIBQOS_FW_CFG_H
 
-#include <stdint.h>
-#include <sys/types.h>
 
 typedef struct QFWCFG QFWCFG;
 
index c21f1dcbd599ee31a8790945bcbc9687b7d9671c..6e648f922a15670f219708d5d40d34742d82603e 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef LIBQOS_I2C_H
 #define LIBQOS_I2C_H
 
-#include <stdint.h>
 
 typedef struct I2CAdapter I2CAdapter;
 struct I2CAdapter {
index 0c6c9b7f30750059689945a0fd45db4d00b47924..ae9dac8f6126ab44daf1664d2c8bdbc9b2e5b356 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef LIBQOS_MALLOC_H
 #define LIBQOS_MALLOC_H
 
-#include <stdint.h>
-#include <sys/types.h>
 #include "qemu/queue.h"
 
 typedef enum {
index dfaee9ec37c2502df232d24a2f6b34be25182c9c..c06add8dbffe91e6e750bda27b91a5d2300f05e9 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef LIBQOS_PCI_H
 #define LIBQOS_PCI_H
 
-#include <stdint.h>
 #include "libqtest.h"
 
 #define QPCI_DEVFN(dev, fn) (((dev) << 3) | (fn))
index ebdd5bbe537ccd78802a716ed90a0d291a26d484..37f37adbf7991cb82528b539fe23ade5989e7b26 100644 (file)
 #ifndef LIBQTEST_H
 #define LIBQTEST_H
 
-#include <stddef.h>
-#include <stdint.h>
-#include <stdbool.h>
-#include <stdarg.h>
-#include <sys/types.h>
 #include "qapi/qmp/qdict.h"
-#include "glib-compat.h"
 
 typedef struct QTestState QTestState;
 
index 07cb1c16851f1d87cb3097becf9786ede45b3504..dcf67f505a11662e34aedcbc53cf2af666c02d45 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef TRACE__CONTROL_INTERNAL_H
 #define TRACE__CONTROL_INTERNAL_H
 
-#include <string.h>
 
 
 extern TraceEvent trace_events[];
index 863e052e90b68ad68a6abe67fc49e3be7a1f01c8..92372e3caabd0e1898fade070213f7eb918baa9e 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef TRACE_FTRACE_H
 #define TRACE_FTRACE_H
 
-#include <stdbool.h>
 
 
 #define MAX_TRACE_STRLEN 512
index 8d1a32eba07cbef0f89ebdf57386e90c2650f1ea..1e7de455758960d1f7724f1b2760666366e83dee 100644 (file)
@@ -11,9 +11,6 @@
 #ifndef TRACE_SIMPLE_H
 #define TRACE_SIMPLE_H
 
-#include <stdint.h>
-#include <stdbool.h>
-#include <stdio.h>
 
 #include "trace/generated-events.h"
 
index d02f0236c1c69e8523289cd7aee8bf1e5edf2d2f..1bd4318f5365994dd09967344804ad980f45d239 100644 (file)
@@ -31,8 +31,6 @@
 
 #include "qapi/qmp/qlist.h"
 #include "qemu/queue.h"
-#include <stdint.h>
-#include <stdbool.h>
 
 #define VNC_PALETTE_HASH_SIZE 256
 #define VNC_PALETTE_MAX_SIZE  256
index a95cc1567820bca2026a395a24491a74edf66140..81a326116b6efa237742aeb41c2e8f0b4ee13f58 100644 (file)
--- a/ui/vnc.h
+++ b/ui/vnc.h
@@ -38,7 +38,6 @@
 #include "io/channel-socket.h"
 #include "io/channel-tls.h"
 #include <zlib.h>
-#include <stdbool.h>
 
 #include "keymaps.h"
 #include "vnc-palette.h"
This page took 0.075003 seconds and 4 git commands to generate.