]> Git Repo - qemu.git/blobdiff - json-lexer.c
qapi: move include files to include/qobject/
[qemu.git] / json-lexer.c
index 3cd3285825d1f8433da982eba6059169bd6776c3..440df60392b1df4f2af44eb9d2a891d3001d4731 100644 (file)
  *
  */
 
-#include "qstring.h"
-#include "qlist.h"
-#include "qdict.h"
-#include "qint.h"
+#include "qapi/qmp/qstring.h"
+#include "qapi/qmp/qlist.h"
+#include "qapi/qmp/qdict.h"
+#include "qapi/qmp/qint.h"
 #include "qemu-common.h"
-#include "json-lexer.h"
+#include "qapi/qmp/json-lexer.h"
 
 #define MAX_TOKEN_SIZE (64ULL << 20)
 
This page took 0.026629 seconds and 4 git commands to generate.