]> Git Repo - qemu.git/blobdiff - json-streamer.c
tmp105: Create API for TMP105 temperature sensor.
[qemu.git] / json-streamer.c
index c255c7818f3af4c6cd9dfca71ee55e8dd63bbb7c..1b2f9b1d107c3cf09721e653bdc8b94a426e1481 100644 (file)
  *
  */
 
-#include "qlist.h"
-#include "qint.h"
-#include "qdict.h"
+#include "qapi/qmp/qlist.h"
+#include "qapi/qmp/qint.h"
+#include "qapi/qmp/qdict.h"
 #include "qemu-common.h"
-#include "json-lexer.h"
-#include "json-streamer.h"
+#include "qapi/qmp/json-lexer.h"
+#include "qapi/qmp/json-streamer.h"
 
 #define MAX_TOKEN_SIZE (64ULL << 20)
 #define MAX_NESTING (1ULL << 10)
This page took 0.02624 seconds and 4 git commands to generate.