mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw: Remove superfluous includes of hw/hw.h
The include/hw/hw.h header only has a prototype for hw_error(), so it does not make sense to include this in files that do not use this function. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210326151848.2217216-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
7c06a34c8c
commit
e06054368c
25 changed files with 0 additions and 25 deletions
|
@ -23,7 +23,6 @@
|
|||
#include "qapi/error.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/module.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/misc/sifive_e_prci.h"
|
||||
|
||||
static uint64_t sifive_e_prci_read(void *opaque, hwaddr addr, unsigned int size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue