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/qobject.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qobject/qobject.c') diff --git a/qobject/qobject.c b/qobject/qobject.c index a3ef14eb55..cd41fb940b 100644 --- a/qobject/qobject.c +++ b/qobject/qobject.c @@ -7,6 +7,7 @@ * or later. See the COPYING.LIB file in the top-level directory. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h" -- cgit 1.4.1