aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pegasos2.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-16 15:29:15 +0100
committerThomas Huth <thuth@redhat.com>2023-02-27 09:15:38 +0100
commitf0830823d017af1a4e7dad228e5870cad7eb764b (patch)
tree91b83be3abeada929aab198ff69b6fe7b766438b /hw/ppc/pegasos2.c
parent5ebecf207293014dca147f6a56200f918532f34c (diff)
downloadqemu-f0830823d017af1a4e7dad228e5870cad7eb764b.zip
qemu-f0830823d017af1a4e7dad228e5870cad7eb764b.tar.gz
qemu-f0830823d017af1a4e7dad228e5870cad7eb764b.tar.bz2
Do not include hw/hw.h if it is not necessary
hw.h only contains the protoype of one function nowadays, hw_error(), so all files that do not use this function anymore also do not need to include this header anymore. Message-Id: <20230216142915.304481-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/ppc/pegasos2.c')
-rw-r--r--hw/ppc/pegasos2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
index a9563f4..7cc375d 100644
--- a/hw/ppc/pegasos2.c
+++ b/hw/ppc/pegasos2.c
@@ -10,7 +10,6 @@
#include "qemu/osdep.h"
#include "qemu/units.h"
#include "qapi/error.h"
-#include "hw/hw.h"
#include "hw/ppc/ppc.h"
#include "hw/sysbus.h"
#include "hw/pci/pci_host.h"