summaryrefslogtreecommitdiff
path: root/qobject/qobject.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:50:01 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-04 17:41:30 +0000
commitf2ad72b30e214d1e3e41dba36f855354dfa81832 (patch)
treed7efb937126f7e2c6ba9cd7b1da48ef2a3853a25 /qobject/qobject.c
parent2744d9207f397a3cb8d31654cac63e0ca0299d68 (diff)
downloadqemu-f2ad72b30e214d1e3e41dba36f855354dfa81832.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/qobject.c')
-rw-r--r--qobject/qobject.c1
1 files changed, 1 insertions, 0 deletions
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"