Include qapi/qmp/qobject.h exactly where needed

Backports commit 5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b from qemu
This commit is contained in:
Markus Armbruster 2018-03-08 08:48:16 -05:00 committed by Lioncash
parent b98c4d24d1
commit 801dbfce3d
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
8 changed files with 1 additions and 8 deletions

View file

@ -15,7 +15,7 @@
#define QAPI_VISITOR_H
#include "qemu/typedefs.h"
#include "qapi/qmp/qobject.h"
#include "qapi-types.h"
#include "qapi/error.h"
#include <stdlib.h>

View file

@ -16,7 +16,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu-common.h"
#include "qapi/qmp/qobject.h"
#include "qapi/qmp/qerror.h"
#include "qapi/visitor.h"
#include "qapi/visitor-impl.h"

View file

@ -13,7 +13,6 @@
#include "qemu/osdep.h"
#include "qapi/qmp/qbool.h"
#include "qapi/qmp/qobject.h"
#include "qemu-common.h"
/**

View file

@ -16,7 +16,6 @@
#include "qapi/qmp/qbool.h"
#include "qapi/qmp/qnull.h"
#include "qapi/qmp/qstring.h"
#include "qapi/qmp/qobject.h"
#include "qapi/error.h"
#include "qemu/queue.h"
#include "qemu-common.h"

View file

@ -15,7 +15,6 @@
#include "qapi/qmp/qlist.h"
#include "qapi/qmp/qnull.h"
#include "qapi/qmp/qnum.h"
#include "qapi/qmp/qobject.h"
#include "qapi/qmp/qstring.h"
#include "qemu/queue.h"
#include "qemu-common.h"

View file

@ -14,7 +14,6 @@
#include "qemu/osdep.h"
#include "qapi/qmp/qnum.h"
#include "qapi/qmp/qobject.h"
#include "qemu-common.h"
/**

View file

@ -11,7 +11,6 @@
*/
#include "qemu/osdep.h"
#include "qapi/qmp/qobject.h"
#include "qapi/qmp/qstring.h"
#include "qemu-common.h"

View file

@ -22,7 +22,6 @@
/* TODO: replace QObject with a simpler visitor to avoid a dependency
* of the QOM core on QObject? */
#include "qom/qom-qobject.h"
#include "qapi/qmp/qobject.h"
#include "qapi/qmp/qbool.h"
#include "qapi/qmp/qnum.h"
#include "qapi/qmp/qstring.h"