Move stdbool.h

Move inclusion of stdbool.h to common header files, instead of including
in an ad-hoc manner.

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2010-06-13 19:00:50 +01:00
parent ea4e78e590
commit 11165820d1
14 changed files with 2 additions and 15 deletions

View file

@ -14,8 +14,6 @@
#ifndef QEMU_9P_H
#define QEMU_9P_H
#include <stdbool.h>
typedef struct V9fsConf
{
/* tag name for the device */