diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/block/qdict.h | 2 | ||||
-rw-r--r-- | include/qobject/json-parser.h (renamed from include/qapi/qmp/json-parser.h) | 0 | ||||
-rw-r--r-- | include/qobject/json-writer.h (renamed from include/qapi/qmp/json-writer.h) | 0 | ||||
-rw-r--r-- | include/qobject/qbool.h (renamed from include/qapi/qmp/qbool.h) | 2 | ||||
-rw-r--r-- | include/qobject/qdict.h (renamed from include/qapi/qmp/qdict.h) | 2 | ||||
-rw-r--r-- | include/qobject/qjson.h (renamed from include/qapi/qmp/qjson.h) | 0 | ||||
-rw-r--r-- | include/qobject/qlist.h (renamed from include/qapi/qmp/qlist.h) | 2 | ||||
-rw-r--r-- | include/qobject/qlit.h (renamed from include/qapi/qmp/qlit.h) | 0 | ||||
-rw-r--r-- | include/qobject/qnull.h (renamed from include/qapi/qmp/qnull.h) | 2 | ||||
-rw-r--r-- | include/qobject/qnum.h (renamed from include/qapi/qmp/qnum.h) | 2 | ||||
-rw-r--r-- | include/qobject/qobject.h (renamed from include/qapi/qmp/qobject.h) | 2 | ||||
-rw-r--r-- | include/qobject/qstring.h (renamed from include/qapi/qmp/qstring.h) | 2 |
12 files changed, 8 insertions, 8 deletions
diff --git a/include/block/qdict.h b/include/block/qdict.h index b4c28d9..53c4df4 100644 --- a/include/block/qdict.h +++ b/include/block/qdict.h @@ -10,7 +10,7 @@ #ifndef BLOCK_QDICT_H #define BLOCK_QDICT_H -#include "qapi/qmp/qdict.h" +#include "qobject/qdict.h" QObject *qdict_crumple(const QDict *src, Error **errp); void qdict_flatten(QDict *qdict); diff --git a/include/qapi/qmp/json-parser.h b/include/qobject/json-parser.h index 7345a9b..7345a9b 100644 --- a/include/qapi/qmp/json-parser.h +++ b/include/qobject/json-parser.h diff --git a/include/qapi/qmp/json-writer.h b/include/qobject/json-writer.h index b70ba64..b70ba64 100644 --- a/include/qapi/qmp/json-writer.h +++ b/include/qobject/json-writer.h diff --git a/include/qapi/qmp/qbool.h b/include/qobject/qbool.h index 0d09726..b348e17 100644 --- a/include/qapi/qmp/qbool.h +++ b/include/qobject/qbool.h @@ -14,7 +14,7 @@ #ifndef QBOOL_H #define QBOOL_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" struct QBool { struct QObjectBase_ base; diff --git a/include/qapi/qmp/qdict.h b/include/qobject/qdict.h index 82e90fc..903e6e5 100644 --- a/include/qapi/qmp/qdict.h +++ b/include/qobject/qdict.h @@ -13,7 +13,7 @@ #ifndef QDICT_H #define QDICT_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" #include "qemu/queue.h" #define QDICT_BUCKET_MAX 512 diff --git a/include/qapi/qmp/qjson.h b/include/qobject/qjson.h index 7bd8d2d..7bd8d2d 100644 --- a/include/qapi/qmp/qjson.h +++ b/include/qobject/qjson.h diff --git a/include/qapi/qmp/qlist.h b/include/qobject/qlist.h index e4e985d..0377bf8 100644 --- a/include/qapi/qmp/qlist.h +++ b/include/qobject/qlist.h @@ -13,7 +13,7 @@ #ifndef QLIST_H #define QLIST_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" #include "qemu/queue.h" typedef struct QListEntry { diff --git a/include/qapi/qmp/qlit.h b/include/qobject/qlit.h index c0676d5..c0676d5 100644 --- a/include/qapi/qmp/qlit.h +++ b/include/qobject/qlit.h diff --git a/include/qapi/qmp/qnull.h b/include/qobject/qnull.h index 7feb7c7..4423836 100644 --- a/include/qapi/qmp/qnull.h +++ b/include/qobject/qnull.h @@ -13,7 +13,7 @@ #ifndef QNULL_H #define QNULL_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" struct QNull { struct QObjectBase_ base; diff --git a/include/qapi/qmp/qnum.h b/include/qobject/qnum.h index e86788d..1ce24b3 100644 --- a/include/qapi/qmp/qnum.h +++ b/include/qobject/qnum.h @@ -15,7 +15,7 @@ #ifndef QNUM_H #define QNUM_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" typedef enum { QNUM_I64, diff --git a/include/qapi/qmp/qobject.h b/include/qobject/qobject.h index 256d782..a6244d0 100644 --- a/include/qapi/qmp/qobject.h +++ b/include/qobject/qobject.h @@ -34,7 +34,7 @@ #include "qapi/qapi-builtin-types.h" -/* Not for use outside include/qapi/qmp/ */ +/* Not for use outside include/qobject/ */ struct QObjectBase_ { QType type; size_t refcnt; diff --git a/include/qapi/qmp/qstring.h b/include/qobject/qstring.h index 318d815..1e2abe4 100644 --- a/include/qapi/qmp/qstring.h +++ b/include/qobject/qstring.h @@ -13,7 +13,7 @@ #ifndef QSTRING_H #define QSTRING_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" struct QString { struct QObjectBase_ base; |