mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qapi: move include files to include/qobject/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cb9c377f54
commit
7b1b5d1913
119 changed files with 242 additions and 242 deletions
18
qjson.c
18
qjson.c
|
@ -11,15 +11,15 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "json-lexer.h"
|
||||
#include "json-parser.h"
|
||||
#include "json-streamer.h"
|
||||
#include "qjson.h"
|
||||
#include "qint.h"
|
||||
#include "qlist.h"
|
||||
#include "qbool.h"
|
||||
#include "qfloat.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/json-lexer.h"
|
||||
#include "qapi/qmp/json-parser.h"
|
||||
#include "qapi/qmp/json-streamer.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"
|
||||
|
||||
typedef struct JSONParsingState
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue