From 0cd0589ecf4248c489c2bdbeb1192d16e96d77e1 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 4 Jan 2019 16:32:23 +0100 Subject: 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 Message-Id: <1546615943-16274-1-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier --- hw/misc/macio/mac_dbdma.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/misc') diff --git a/hw/misc/macio/mac_dbdma.c b/hw/misc/macio/mac_dbdma.c index 87ae246d37..e5917d8f2e 100644 --- a/hw/misc/macio/mac_dbdma.c +++ b/hw/misc/macio/mac_dbdma.c @@ -38,7 +38,6 @@ */ #include "qemu/osdep.h" #include "hw/hw.h" -#include "hw/isa/isa.h" #include "hw/ppc/mac_dbdma.h" #include "qemu/main-loop.h" #include "qemu/log.h" -- cgit v1.2.3