mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
qapi: remove qapi/qapi-types-core.h
The file is only including error.h and qerror.h. Prefer explicit inclusion of whatever files are needed. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
79ee7df885
commit
4167c42c5e
10 changed files with 10 additions and 22 deletions
|
@ -367,6 +367,8 @@ def gen_command_def_prologue(prefix="", proxy=False):
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "module.h"
|
||||
#include "qerror.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