diff options
author | Thomas Huth <thuth@redhat.com> | 2017-06-19 19:50:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-21 14:26:15 +0200 |
commit | 95e92000c8b1e81fce6a7f54ef22656a94793096 (patch) | |
tree | c2a7efb1820a0ecae6e95e30bc763b94e9eeff7f /ui/vnc.c | |
parent | 3f8f1313e01984a892ddbdb91c94cd0aa6a5660f (diff) | |
download | qemu-95e92000c8b1e81fce6a7f54ef22656a94793096.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |