mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
error: Trim includes after "Move qemu_error & friends..."
Missed in commit 2f792016
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
703e0e89c6
commit
9f59b566a6
3 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
#include "qdev.h"
|
#include "qdev.h"
|
||||||
|
#include "qerror.h"
|
||||||
|
|
||||||
void *qdev_get_prop_ptr(DeviceState *dev, Property *prop)
|
void *qdev_get_prop_ptr(DeviceState *dev, Property *prop)
|
||||||
{
|
{
|
||||||
|
|
|
@ -49,10 +49,8 @@
|
||||||
#include "qint.h"
|
#include "qint.h"
|
||||||
#include "qfloat.h"
|
#include "qfloat.h"
|
||||||
#include "qlist.h"
|
#include "qlist.h"
|
||||||
#include "qdict.h"
|
|
||||||
#include "qbool.h"
|
#include "qbool.h"
|
||||||
#include "qstring.h"
|
#include "qstring.h"
|
||||||
#include "qerror.h"
|
|
||||||
#include "qjson.h"
|
#include "qjson.h"
|
||||||
#include "json-streamer.h"
|
#include "json-streamer.h"
|
||||||
#include "json-parser.h"
|
#include "json-parser.h"
|
||||||
|
|
2
sysemu.h
2
sysemu.h
|
@ -6,8 +6,6 @@
|
||||||
#include "qemu-option.h"
|
#include "qemu-option.h"
|
||||||
#include "qemu-queue.h"
|
#include "qemu-queue.h"
|
||||||
#include "qemu-timer.h"
|
#include "qemu-timer.h"
|
||||||
#include "qdict.h"
|
|
||||||
#include "qerror.h"
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue