]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/json-streamer.c
i386: Add x-force-features option for testing
[mirror_qemu.git] / qobject / json-streamer.c
index da53e770e97ef8a27d173c68520dda2f8daf9c05..47dd7ea576bcd3c974ff88673891b8515512b75d 100644 (file)
@@ -13,9 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qapi/qmp/json-lexer.h"
-#include "qapi/qmp/json-parser.h"
-#include "qapi/qmp/json-streamer.h"
+#include "json-parser-int.h"
 
 #define MAX_TOKEN_SIZE (64ULL << 20)
 #define MAX_TOKEN_COUNT (2ULL << 20)