ui: Remove inclusion of "hw/qdev.h"
authorThomas Huth <thuth@redhat.com>
Mon, 19 Jun 2017 17:50:17 +0000 (19:50 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Jun 2017 12:26:15 +0000 (14:26 +0200)
Looks like #include "hw/qdev.h" is not needed here, so remove it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1497894617-12143-1-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/input.c
ui/vnc.c

index 290ca9f54d47c6b60f329c7d9f9c5b58d20a57c1..2abd46de932e170cabdbd5f5f3997d80a648675e 100644 (file)
@@ -1,5 +1,4 @@
 #include "qemu/osdep.h"
-#include "hw/qdev.h"
 #include "sysemu/sysemu.h"
 #include "qapi-types.h"
 #include "qemu/error-report.h"
index 47b49c73183308782fa472bcb5732a9581f35744..26136f5d29e37adf2177f901cc7616a16c28accc 100644 (file)
--- a/ui/vnc.c
+++ b/ui/vnc.c
@@ -28,7 +28,6 @@
 #include "vnc.h"
 #include "vnc-jobs.h"
 #include "trace.h"
-#include "hw/qdev.h"
 #include "sysemu/sysemu.h"
 #include "qemu/error-report.h"
 #include "qemu/sockets.h"