Commit 95e92000 authored by Thomas Huth's avatar Thomas Huth Committed by Gerd Hoffmann
Browse files

ui: Remove inclusion of "hw/qdev.h"



Looks like #include "hw/qdev.h" is not needed here, so remove it.

Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Message-id: 1497894617-12143-1-git-send-email-thuth@redhat.com
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 3f8f1313
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#include "qemu/osdep.h"
#include "hw/qdev.h"
#include "sysemu/sysemu.h"
#include "qapi-types.h"
#include "qemu/error-report.h"
+0 −1
Original line number Diff line number Diff line
@@ -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"