Revision 11165820

b/block/blkdebug.c
26 26
#include "block_int.h"
27 27
#include "module.h"
28 28

  
29
#include <stdbool.h>
30

  
31 29
typedef struct BlkdebugVars {
32 30
    int state;
33 31

  
b/check-qjson.c
9 9
 *
10 10
 */
11 11
#include <check.h>
12
#include <stdbool.h>
13 12

  
14 13
#include "qstring.h"
15 14
#include "qint.h"
b/dyngen-exec.h
31 31
   host headers do not allow that. */
32 32
#include <stddef.h>
33 33
#include <stdint.h>
34
#include <stdbool.h>
34 35

  
35 36
#ifdef __OpenBSD__
36 37
#include <sys/types.h>
b/hw/9p.h
14 14
#ifndef QEMU_9P_H
15 15
#define QEMU_9P_H
16 16

  
17
#include <stdbool.h>
18

  
19 17
typedef struct V9fsConf
20 18
{
21 19
    /* tag name for the device */
b/hw/eepro100.c
41 41
 *      * Wake-on-LAN is not implemented.
42 42
 */
43 43

  
44
#include <stdbool.h>            /* bool */
45 44
#include <stddef.h>             /* offsetof */
46 45
#include "hw.h"
47 46
#include "pci.h"
b/hw/hw.h
8 8
#include "cpu-common.h"
9 9
#endif
10 10

  
11
#include <stdbool.h>
12 11
#include "ioport.h"
13 12
#include "irq.h"
14 13

  
b/hw/virtio-serial.h
15 15
#ifndef _QEMU_VIRTIO_SERIAL_H
16 16
#define _QEMU_VIRTIO_SERIAL_H
17 17

  
18
#include <stdbool.h>
19 18
#include "qdev.h"
20 19
#include "virtio.h"
21 20

  
b/hw/xenfb.c
29 29
#include <sys/types.h>
30 30
#include <fcntl.h>
31 31
#include <unistd.h>
32
#include <stdbool.h>
33 32
#include <sys/mman.h>
34 33
#include <errno.h>
35 34
#include <stdio.h>
b/json-parser.c
11 11
 *
12 12
 */
13 13

  
14
#include <stdbool.h>
15 14
#include <stdarg.h>
16 15

  
17 16
#include "qemu-common.h"
b/kvm.h
14 14
#ifndef QEMU_KVM_H
15 15
#define QEMU_KVM_H
16 16

  
17
#include <stdbool.h>
18 17
#include <errno.h>
19 18
#include "config-host.h"
20 19
#include "qemu-queue.h"
b/nbd.h
20 20
#define NBD_H
21 21

  
22 22
#include <sys/types.h>
23
#include <stdbool.h>
24 23

  
25 24
#include <qemu-common.h>
26 25
#include "block_int.h"
b/net.h
1 1
#ifndef QEMU_NET_H
2 2
#define QEMU_NET_H
3 3

  
4
#include <stdbool.h>
5 4
#include "qemu-queue.h"
6 5
#include "qemu-common.h"
7 6
#include "qdict.h"
b/qemu-common.h
26 26
#include <stdlib.h>
27 27
#include <stdio.h>
28 28
#include <stdarg.h>
29
#include <stdbool.h>
29 30
#include <string.h>
30 31
#include <strings.h>
31 32
#include <inttypes.h>
b/vnc-encoding-tight.c
26 26
 * THE SOFTWARE.
27 27
 */
28 28

  
29
#include <stdbool.h>
30

  
31 29
#include "qdict.h"
32 30
#include "qint.h"
33 31
#include "vnc.h"

Also available in: Unified diff