aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc/sun4m.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-04 16:32:23 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-01-09 11:24:35 +0100
commit0cd0589ecf4248c489c2bdbeb1192d16e96d77e1 (patch)
treeb916cf84eb001abfc568e6f60724170aebcace4e /hw/sparc/sun4m.c
parent29bc0a6072d30287eee35ae1adf8de0aff0e6d49 (diff)
downloadqemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.zip
qemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.tar.gz
qemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.tar.bz2
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>
Diffstat (limited to 'hw/sparc/sun4m.c')
-rw-r--r--hw/sparc/sun4m.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c
index 639906c..709ee37 100644
--- a/hw/sparc/sun4m.c
+++ b/hw/sparc/sun4m.c
@@ -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"