提交 9f59b566 编写于 作者: M Markus Armbruster 提交者: Aurelien Jarno

error: Trim includes after "Move qemu_error & friends..."

Missed in commit 2f792016.
Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 703e0e89
#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 @@ ...@@ -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"
......
...@@ -6,8 +6,6 @@ ...@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册