提交 812ce33e 编写于 作者: M Markus Armbruster

qobject: Drop superfluous includes of qemu-common.h

Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-53-armbru@redhat.com>
上级 abe7c206
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#ifndef QEMU_JSON_PARSER_H #ifndef QEMU_JSON_PARSER_H
#define QEMU_JSON_PARSER_H #define QEMU_JSON_PARSER_H
#include "qemu-common.h"
#include "qapi/qmp/json-lexer.h" #include "qapi/qmp/json-lexer.h"
typedef struct JSONToken JSONToken; typedef struct JSONToken JSONToken;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/qmp/json-lexer.h" #include "qapi/qmp/json-lexer.h"
#include "qapi/qmp/json-streamer.h" #include "qapi/qmp/json-streamer.h"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/json-lexer.h" #include "qapi/qmp/json-lexer.h"
#include "qapi/qmp/json-parser.h" #include "qapi/qmp/json-parser.h"
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/qmp/qbool.h" #include "qapi/qmp/qbool.h"
#include "qemu-common.h"
/** /**
* qbool_from_bool(): Create a new QBool from a bool * qbool_from_bool(): Create a new QBool from a bool
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "qapi/qmp/qnum.h" #include "qapi/qmp/qnum.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu/queue.h" #include "qemu/queue.h"
#include "qemu-common.h"
/** /**
* qlist_new(): Create a new QList * qlist_new(): Create a new QList
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/qmp/qnull.h" #include "qapi/qmp/qnull.h"
QNull qnull_ = { QNull qnull_ = {
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/qmp/qnum.h" #include "qapi/qmp/qnum.h"
#include "qemu-common.h"
/** /**
* qnum_from_int(): Create a new QNum from an int64_t * qnum_from_int(): Create a new QNum from an int64_t
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/qmp/qbool.h" #include "qapi/qmp/qbool.h"
#include "qapi/qmp/qnull.h" #include "qapi/qmp/qnull.h"
#include "qapi/qmp/qnum.h" #include "qapi/qmp/qnum.h"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu-common.h"
/** /**
* qstring_new(): Create a new empty QString * qstring_new(): Create a new empty QString
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册