mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
qapi: move inclusions of qemu-common.h from headers to .c files
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
28ecbaeecb
commit
79ee7df885
13 changed files with 14 additions and 1 deletions
|
@ -366,6 +366,7 @@ def gen_command_def_prologue(prefix="", proxy=False):
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp-core.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue