]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qobject: Drop superfluous includes of qemu-common.h
authorMarkus Armbruster <armbru@redhat.com>
Thu, 23 Aug 2018 16:40:19 +0000 (18:40 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 24 Aug 2018 18:26:37 +0000 (20:26 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-53-armbru@redhat.com>

include/qapi/qmp/json-parser.h
qobject/json-lexer.c
qobject/json-streamer.c
qobject/qbool.c
qobject/qlist.c
qobject/qnull.c
qobject/qnum.c
qobject/qobject.c
qobject/qstring.c

index 21b23d7bec183eb640755edfb34840b2bfac1659..55f75954c34c22b0e92514aa7c1214bda8b30bdc 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef QEMU_JSON_PARSER_H
 #define QEMU_JSON_PARSER_H
 
-#include "qemu-common.h"
 #include "qapi/qmp/json-lexer.h"
 
 typedef struct JSONToken JSONToken;
index a728c32faa50db063d367d3f3bc2e58f47aad9d6..06ec67dc45bef6ffa46f8dccc091c19065edd5d9 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qapi/qmp/json-lexer.h"
 #include "qapi/qmp/json-streamer.h"
 
index 467bc29413f42fafe1d1b2f26ae8913373e5327c..da53e770e97ef8a27d173c68520dda2f8daf9c05 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qapi/error.h"
 #include "qapi/qmp/json-lexer.h"
 #include "qapi/qmp/json-parser.h"
index b58249925c2dc2c3d2a87de9b890287043b36184..06dfc43498117c2e8c5a59fc36289b68ac90079f 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/qmp/qbool.h"
-#include "qemu-common.h"
 
 /**
  * qbool_from_bool(): Create a new QBool from a bool
index 37c1c167f17ef6719ce869d73a6960b1dc2d1cc1..b3274af88b0b82bc640363737715ae6872288274 100644 (file)
@@ -17,7 +17,6 @@
 #include "qapi/qmp/qnum.h"
 #include "qapi/qmp/qstring.h"
 #include "qemu/queue.h"
-#include "qemu-common.h"
 
 /**
  * qlist_new(): Create a new QList
index f6f55f11ea0b6f5aeed88b2d4aa35bd779123f2e..00870a1824a2100b404beee94dd58938e0aeb721 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qapi/qmp/qnull.h"
 
 QNull qnull_ = {
index 1501c828323b9bbd4df7c0e041852c98d51cd01e..7012fc57f2fbe5bbbc71add116a66eecc9a70103 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/qmp/qnum.h"
-#include "qemu-common.h"
 
 /**
  * qnum_from_int(): Create a new QNum from an int64_t
index cf4b7e229e527852b7a3e7f15af45e14c280968e..878dd76e7924ab9d8ea52bec24427090e6582159 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qapi/qmp/qbool.h"
 #include "qapi/qmp/qnull.h"
 #include "qapi/qmp/qnum.h"
index 0f1510e792fec3861ef61108aa859b18255ebcc6..1c6897df00c764632a6e0457e159647633a0aeda 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/qmp/qstring.h"
-#include "qemu-common.h"
 
 /**
  * qstring_new(): Create a new empty QString