OSDN Git Service

error: Trim includes after "Move qemu_error & friends..."
authorMarkus Armbruster <armbru@redhat.com>
Mon, 22 Mar 2010 09:29:00 +0000 (10:29 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Mar 2010 13:30:36 +0000 (14:30 +0100)
Missed in commit 2f792016.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/qdev-properties.c
monitor.c
sysemu.h

index 92d6793..157a111 100644 (file)
@@ -1,6 +1,7 @@
 #include "sysemu.h"
 #include "net.h"
 #include "qdev.h"
+#include "qerror.h"
 
 void *qdev_get_prop_ptr(DeviceState *dev, Property *prop)
 {
index 0448a70..822dc27 100644 (file)
--- a/monitor.c
+++ b/monitor.c
 #include "qint.h"
 #include "qfloat.h"
 #include "qlist.h"
-#include "qdict.h"
 #include "qbool.h"
 #include "qstring.h"
-#include "qerror.h"
 #include "qjson.h"
 #include "json-streamer.h"
 #include "json-parser.h"
index 525efd1..5464d35 100644 (file)
--- a/sysemu.h
+++ b/sysemu.h
@@ -6,8 +6,6 @@
 #include "qemu-option.h"
 #include "qemu-queue.h"
 #include "qemu-timer.h"
-#include "qdict.h"
-#include "qerror.h"
 
 #ifdef _WIN32
 #include <windows.h>