summaryrefslogtreecommitdiff
path: root/qom/container.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:50:02 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-04 17:41:30 +0000
commit9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba (patch)
treeaa4a8293320f9f4b20863cb0ecff0c034bbf92ef /qom/container.c
parentf2ad72b30e214d1e3e41dba36f855354dfa81832 (diff)
downloadqemu-9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba.tar.gz
qom: 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> Message-id: 1454089805-5470-13-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'qom/container.c')
-rw-r--r--qom/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qom/container.c b/qom/container.c
index 62b1648add..c9eb49b01e 100644
--- a/qom/container.c
+++ b/qom/container.c
@@ -10,9 +10,9 @@
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "qom/object.h"
#include "qemu/module.h"
-#include <assert.h>
static const TypeInfo container_info = {
.name = "container",