mirror of https://gitee.com/openkylin/qemu.git
error: Trim includes in qerror.c
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
9f59b566a6
commit
c8bfe7db27
2
qerror.c
2
qerror.c
|
@ -11,9 +11,7 @@
|
||||||
*/
|
*/
|
||||||
#include "qjson.h"
|
#include "qjson.h"
|
||||||
#include "qerror.h"
|
#include "qerror.h"
|
||||||
#include "qstring.h"
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "qemu-error.h"
|
|
||||||
|
|
||||||
static void qerror_destroy_obj(QObject *obj);
|
static void qerror_destroy_obj(QObject *obj);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue