From f2ad72b30e214d1e3e41dba36f855354dfa81832 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:50:01 +0000 Subject: 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 Reviewed-by: Eric Blake Message-id: 1454089805-5470-12-git-send-email-peter.maydell@linaro.org --- qobject/qfloat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qobject/qfloat.c') diff --git a/qobject/qfloat.c b/qobject/qfloat.c index 87d89a7..d5da847 100644 --- a/qobject/qfloat.c +++ b/qobject/qfloat.c @@ -11,6 +11,7 @@ * */ +#include "qemu/osdep.h" #include "qapi/qmp/qfloat.h" #include "qapi/qmp/qobject.h" #include "qemu-common.h" -- cgit v1.1