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/qstring.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qobject/qstring.c') diff --git a/qobject/qstring.c b/qobject/qstring.c index f44c5c424d..5da7b5f37c 100644 --- a/qobject/qstring.c +++ b/qobject/qstring.c @@ -10,6 +10,7 @@ * See the COPYING.LIB file in the top-level directory. */ +#include "qemu/osdep.h" #include "qapi/qmp/qobject.h" #include "qapi/qmp/qstring.h" #include "qemu-common.h" -- cgit v1.2.3-55-g7522