summaryrefslogtreecommitdiff
path: root/ui/vnc.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-06-19 19:50:17 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-21 14:26:15 +0200
commit95e92000c8b1e81fce6a7f54ef22656a94793096 (patch)
treec2a7efb1820a0ecae6e95e30bc763b94e9eeff7f /ui/vnc.c
parent3f8f1313e01984a892ddbdb91c94cd0aa6a5660f (diff)
downloadqemu-95e92000c8b1e81fce6a7f54ef22656a94793096.tar.gz
ui: Remove inclusion of "hw/qdev.h"
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>
Diffstat (limited to 'ui/vnc.c')
-rw-r--r--ui/vnc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/vnc.c b/ui/vnc.c
index 47b49c7318..26136f5d29 100644
--- 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"