mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
trivial: Don't include isa.h if it is not really necessary
These files don't seem to do anything related to ISA directly, so there is no need to include isa.h here. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1546615943-16274-1-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
29bc0a6072
commit
0cd0589ecf
9 changed files with 0 additions and 9 deletions
|
@ -37,7 +37,6 @@
|
|||
#include "net/net.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/scsi/esp.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/nvram/sun_nvram.h"
|
||||
#include "hw/nvram/chrp_nvram.h"
|
||||
#include "hw/nvram/fw_cfg.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue