mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43: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
|
@ -298,6 +298,7 @@ fdef.write(mcgen('''
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "%(header)s"
|
||||
''',
|
||||
header=basename(h_file)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue