Commit 9bbc853b authored by Peter Maydell's avatar Peter Maydell
Browse files

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: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1454089805-5470-13-git-send-email-peter.maydell@linaro.org
parent f2ad72b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * See the COPYING file in the top-level directory.
 */

#include "qemu/osdep.h"
#include "qom/object.h"
#include "qom/object_interfaces.h"
#include "qemu-common.h"
+1 −0
Original line number Diff line number Diff line
#include "qemu/osdep.h"
#include "qom/object_interfaces.h"
#include "qemu/module.h"

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * See the COPYING file in the top-level directory.
 */

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qom/object.h"
#include "qom/qom-qobject.h"