summaryrefslogtreecommitdiffstats
path: root/hw/misc/virt_ctrl.c
diff options
context:
space:
mode:
authorThomas Huth2021-03-27 06:02:36 +0100
committerLaurent Vivier2021-05-02 17:24:50 +0200
commite924921f5cea55d20a90f1d8d7239d35427bef04 (patch)
treea4805d462f174dc3eed2e4f4e0571348986a552a /hw/misc/virt_ctrl.c
parenthw: Do not include hw/sysbus.h if it is not necessary (diff)
downloadqemu-e924921f5cea55d20a90f1d8d7239d35427bef04.tar.gz
qemu-e924921f5cea55d20a90f1d8d7239d35427bef04.tar.xz
qemu-e924921f5cea55d20a90f1d8d7239d35427bef04.zip
hw: Do not include hw/irq.h if it is not necessary
Many files include hw/irq.h without needing it. Remove the superfluous include statements. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20210327050236.2232347-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/misc/virt_ctrl.c')
-rw-r--r--hw/misc/virt_ctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/virt_ctrl.c b/hw/misc/virt_ctrl.c
index 2ea01bd7a1..3552d7a09a 100644
--- a/hw/misc/virt_ctrl.c
+++ b/hw/misc/virt_ctrl.c
@@ -5,7 +5,6 @@
*/
#include "qemu/osdep.h"
-#include "hw/irq.h"
#include "hw/qdev-properties.h"
#include "hw/sysbus.h"
#include "migration/vmstate.h"