diff options
author | Paul Brook | 2010-06-13 20:00:50 +0200 |
---|---|---|
committer | Paul Brook | 2010-06-13 20:00:50 +0200 |
commit | 11165820d194478d493d667a11ea8480ce893c70 (patch) | |
tree | 71aaf81b6864f6b30de9ea5d1a6b97ecd5348ce2 /hw/xenfb.c | |
parent | monitor/QMP: Drop info hpet / query-hpet (diff) | |
download | qemu-11165820d194478d493d667a11ea8480ce893c70.tar.gz qemu-11165820d194478d493d667a11ea8480ce893c70.tar.xz qemu-11165820d194478d493d667a11ea8480ce893c70.zip |
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>
Diffstat (limited to 'hw/xenfb.c')
-rw-r--r-- | hw/xenfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xenfb.c b/hw/xenfb.c index 422cd53400..da5297b498 100644 --- a/hw/xenfb.c +++ b/hw/xenfb.c @@ -29,7 +29,6 @@ #include <sys/types.h> #include <fcntl.h> #include <unistd.h> -#include <stdbool.h> #include <sys/mman.h> #include <errno.h> #include <stdio.h> |