qobject: Drop superfluous includes of qemu-common.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20180823164025.12553-53-armbru@redhat.com>
···13131414#include "qemu/osdep.h"
1515#include "qapi/qmp/qbool.h"
1616-#include "qemu-common.h"
17161817/**
1918 * qbool_from_bool(): Create a new QBool from a bool
-1
qobject/qlist.c
···1717#include "qapi/qmp/qnum.h"
1818#include "qapi/qmp/qstring.h"
1919#include "qemu/queue.h"
2020-#include "qemu-common.h"
21202221/**
2322 * qlist_new(): Create a new QList
···14141515#include "qemu/osdep.h"
1616#include "qapi/qmp/qnum.h"
1717-#include "qemu-common.h"
18171918/**
2019 * qnum_from_int(): Create a new QNum from an int64_t