|
@@ -16,11 +16,7 @@
|
|
#include "qapi/qmp/json-parser.h"
|
|
#include "qapi/qmp/json-parser.h"
|
|
#include "qapi/qmp/json-streamer.h"
|
|
#include "qapi/qmp/json-streamer.h"
|
|
#include "qapi/qmp/qjson.h"
|
|
#include "qapi/qmp/qjson.h"
|
|
-#include "qapi/qmp/qint.h"
|
|
|
|
-#include "qapi/qmp/qlist.h"
|
|
|
|
-#include "qapi/qmp/qbool.h"
|
|
|
|
-#include "qapi/qmp/qfloat.h"
|
|
|
|
-#include "qapi/qmp/qdict.h"
|
|
|
|
|
|
+#include "qapi/qmp/types.h"
|
|
#include "qemu/unicode.h"
|
|
#include "qemu/unicode.h"
|
|
|
|
|
|
typedef struct JSONParsingState
|
|
typedef struct JSONParsingState
|