mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Drop qemu-objects.h from modules that don't require it
Previous commits dropped most qobjects usage from qemu modules (now they are a low level interface used by the QAPI). However, some modules still include the qemu-objects.h header file. This commit drops qemu-objects.h from some of those modules and includes qjson.h instead, which is what they actually need. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
b5c30586c9
commit
f795e743bd
3 changed files with 4 additions and 3 deletions
3
error.c
3
error.c
|
|
@ -12,8 +12,9 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "error.h"
|
||||
#include "qjson.h"
|
||||
#include "qdict.h"
|
||||
#include "error_int.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qerror.h"
|
||||
|
||||
struct Error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue