diff options
author | Thomas Huth <thuth@redhat.com> | 2021-03-27 06:02:36 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-02 17:24:50 +0200 |
commit | e924921f5cea55d20a90f1d8d7239d35427bef04 (patch) | |
tree | a4805d462f174dc3eed2e4f4e0571348986a552a /hw/arm | |
parent | f6527eadebbcceba47c6ec5c7738499194904a56 (diff) | |
download | qemu-e924921f5cea55d20a90f1d8d7239d35427bef04.zip qemu-e924921f5cea55d20a90f1d8d7239d35427bef04.tar.gz qemu-e924921f5cea55d20a90f1d8d7239d35427bef04.tar.bz2 |
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/arm')
-rw-r--r-- | hw/arm/msf2-soc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/msf2-soc.c b/hw/arm/msf2-soc.c index d2c29e8..5cfe7ca 100644 --- a/hw/arm/msf2-soc.c +++ b/hw/arm/msf2-soc.c @@ -27,7 +27,6 @@ #include "qapi/error.h" #include "exec/address-spaces.h" #include "hw/char/serial.h" -#include "hw/irq.h" #include "hw/arm/msf2-soc.h" #include "hw/misc/unimp.h" #include "sysemu/sysemu.h" |