summaryrefslogtreecommitdiffstats
path: root/qobject/qdict.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-29 18:50:01 +0100
committerPeter Maydell2016-02-04 18:41:30 +0100
commitf2ad72b30e214d1e3e41dba36f855354dfa81832 (patch)
treed7efb937126f7e2c6ba9cd7b1da48ef2a3853a25 /qobject/qdict.c
parentnet: Clean up includes (diff)
downloadqemu-f2ad72b30e214d1e3e41dba36f855354dfa81832.tar.gz
qemu-f2ad72b30e214d1e3e41dba36f855354dfa81832.tar.xz
qemu-f2ad72b30e214d1e3e41dba36f855354dfa81832.zip
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/qdict.c')
-rw-r--r--qobject/qdict.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qobject/qdict.c b/qobject/qdict.c
index 19df837c55..9833bd0730 100644
--- a/qobject/qdict.c
+++ b/qobject/qdict.c
@@ -10,6 +10,7 @@
* See the COPYING.LIB file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "qapi/qmp/qint.h"
#include "qapi/qmp/qfloat.h"
#include "qapi/qmp/qdict.h"