diff options
author | Thomas Huth | 2021-03-27 09:28:04 +0100 |
---|---|---|
committer | Laurent Vivier | 2021-05-02 17:24:50 +0200 |
commit | f6527eadebbcceba47c6ec5c7738499194904a56 (patch) | |
tree | b3ad0d006d3264aea87622ee10e83e71c357ff5d /hw/nvram | |
parent | hw: Remove superfluous includes of hw/hw.h (diff) | |
download | qemu-f6527eadebbcceba47c6ec5c7738499194904a56.tar.gz qemu-f6527eadebbcceba47c6ec5c7738499194904a56.tar.xz qemu-f6527eadebbcceba47c6ec5c7738499194904a56.zip |
hw: Do not include hw/sysbus.h if it is not necessary
Many files include hw/sysbus.h without needing it. Remove the superfluous
include statements.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210327082804.2259480-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/nvram')
-rw-r--r-- | hw/nvram/spapr_nvram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/nvram/spapr_nvram.c b/hw/nvram/spapr_nvram.c index 01f7752014..3bb4654c58 100644 --- a/hw/nvram/spapr_nvram.c +++ b/hw/nvram/spapr_nvram.c @@ -33,7 +33,6 @@ #include "sysemu/device_tree.h" #include "sysemu/sysemu.h" #include "sysemu/runstate.h" -#include "hw/sysbus.h" #include "migration/vmstate.h" #include "hw/nvram/chrp_nvram.h" #include "hw/ppc/spapr.h" |