summaryrefslogtreecommitdiffstats
path: root/hw/9p.h
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 /hw/9p.h
parentea4e78e590e5dbef9c41d987d2553d752ecb49b1 (diff)
downloadhqemu-11165820d194478d493d667a11ea8480ce893c70.zip
hqemu-11165820d194478d493d667a11ea8480ce893c70.tar.gz
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/9p.h')
-rw-r--r--hw/9p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/9p.h b/hw/9p.h
index 5fdd770..d9951d6 100644
--- a/hw/9p.h
+++ b/hw/9p.h
@@ -14,8 +14,6 @@
#ifndef QEMU_9P_H
#define QEMU_9P_H
-#include <stdbool.h>
-
typedef struct V9fsConf
{
/* tag name for the device */
OpenPOWER on IntegriCloud