File tree 12 files changed +12
-2
lines changed
12 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
+ #include "qemu/osdep.h"
14
15
#include "qemu-common.h"
15
16
#include "qapi/qmp/json-lexer.h"
16
- #include <stdint.h>
17
17
18
18
#define MAX_TOKEN_SIZE (64ULL << 20)
19
19
Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
- #include <stdarg.h>
14
+ #include "qemu/osdep.h"
15
15
16
16
#include "qemu-common.h"
17
17
#include "qapi/qmp/qstring.h"
Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
+ #include "qemu/osdep.h"
14
15
#include "qemu-common.h"
15
16
#include "qapi/qmp/json-lexer.h"
16
17
#include "qapi/qmp/json-streamer.h"
Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
+ #include "qemu/osdep.h"
14
15
#include "qapi/qmp/qbool.h"
15
16
#include "qapi/qmp/qobject.h"
16
17
#include "qemu-common.h"
Original file line number Diff line number Diff line change 10
10
* See the COPYING.LIB file in the top-level directory.
11
11
*/
12
12
13
+ #include "qemu/osdep.h"
13
14
#include "qapi/qmp/qint.h"
14
15
#include "qapi/qmp/qfloat.h"
15
16
#include "qapi/qmp/qdict.h"
Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
+ #include "qemu/osdep.h"
14
15
#include "qapi/qmp/qfloat.h"
15
16
#include "qapi/qmp/qobject.h"
16
17
#include "qemu-common.h"
Original file line number Diff line number Diff line change 10
10
* See the COPYING.LIB file in the top-level directory.
11
11
*/
12
12
13
+ #include "qemu/osdep.h"
13
14
#include "qapi/qmp/qint.h"
14
15
#include "qapi/qmp/qobject.h"
15
16
#include "qemu-common.h"
Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
14
+ #include "qemu/osdep.h"
14
15
#include "qapi/qmp/json-lexer.h"
15
16
#include "qapi/qmp/json-parser.h"
16
17
#include "qapi/qmp/json-streamer.h"
Original file line number Diff line number Diff line change 10
10
* See the COPYING.LIB file in the top-level directory.
11
11
*/
12
12
13
+ #include "qemu/osdep.h"
13
14
#include "qapi/qmp/qlist.h"
14
15
#include "qapi/qmp/qobject.h"
15
16
#include "qemu/queue.h"
Original file line number Diff line number Diff line change 10
10
* or later. See the COPYING.LIB file in the top-level directory.
11
11
*/
12
12
13
+ #include "qemu/osdep.h"
13
14
#include "qemu-common.h"
14
15
#include "qapi/qmp/qobject.h"
15
16
Original file line number Diff line number Diff line change 7
7
* or later. See the COPYING.LIB file in the top-level directory.
8
8
*/
9
9
10
+ #include "qemu/osdep.h"
10
11
#include "qemu-common.h"
11
12
#include "qapi/qmp/qbool.h"
12
13
#include "qapi/qmp/qdict.h"
Original file line number Diff line number Diff line change 10
10
* See the COPYING.LIB file in the top-level directory.
11
11
*/
12
12
13
+ #include "qemu/osdep.h"
13
14
#include "qapi/qmp/qobject.h"
14
15
#include "qapi/qmp/qstring.h"
15
16
#include "qemu-common.h"
You can’t perform that action at this time.
0 commit comments