summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-06-13 19:00:50 +0100
committerPaul Brook <paul@codesourcery.com>2010-06-13 19:00:50 +0100
commit11165820d194478d493d667a11ea8480ce893c70 (patch)
tree71aaf81b6864f6b30de9ea5d1a6b97ecd5348ce2 /json-parser.c
parentmonitor/QMP: Drop info hpet / query-hpet (diff)
downloadqemu-kvm-11165820d194478d493d667a11ea8480ce893c70.tar.gz
qemu-kvm-11165820d194478d493d667a11ea8480ce893c70.tar.bz2
qemu-kvm-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 'json-parser.c')
-rw-r--r--json-parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/json-parser.c b/json-parser.c
index b55d76373..1c88ed898 100644
--- a/json-parser.c
+++ b/json-parser.c
@@ -11,7 +11,6 @@
*
*/
-#include <stdbool.h>
#include <stdarg.h>
#include "qemu-common.h"