summaryrefslogtreecommitdiffstats
path: root/qobject/qbool.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:50:01 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:48 -0600
commit390b19a3a0e1fef1c20490edb7ef8df90f07f382 (patch)
tree872ad6ca70a8523c176362dfa6fac16d170f7433 /qobject/qbool.c
parent113ea981dccdb8e808313f9c4de09b20942a3dac (diff)
downloadhqemu-390b19a3a0e1fef1c20490edb7ef8df90f07f382.zip
hqemu-390b19a3a0e1fef1c20490edb7ef8df90f07f382.tar.gz
qobject: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1454089805-5470-12-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'qobject/qbool.c')
-rw-r--r--qobject/qbool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qobject/qbool.c b/qobject/qbool.c
index 856c743..0606bbd 100644
--- a/qobject/qbool.c
+++ b/qobject/qbool.c
@@ -11,6 +11,7 @@
*
*/
+#include "qemu/osdep.h"
#include "qapi/qmp/qbool.h"
#include "qapi/qmp/qobject.h"
#include "qemu-common.h"
OpenPOWER on IntegriCloud