hw/ppc: Don't include m48t59.h if it is not necessary
authorThomas Huth <thuth@redhat.com>
Wed, 30 Jan 2019 16:39:42 +0000 (17:39 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 4 Feb 2019 07:44:20 +0000 (18:44 +1100)
These files don't use anything from m48t59.h, so no need to include
this header here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/ppc/ppc.c
hw/ppc/ppc_booke.c

index bb19eaba36b482f026bb25646d417a6b911308f7..f1c8400efd464b11b7e91ffe3aa2766539dcec00 100644 (file)
@@ -53,7 +53,6 @@
 #include "hw/ppc/mac.h"
 #include "hw/input/adb.h"
 #include "hw/ppc/mac_dbdma.h"
-#include "hw/timer/m48t59.h"
 #include "hw/pci/pci.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
index 817f70e52cf3f9283c1d0da986bac204ed849edd..98d531d1141c9aa5580f2e97e7fde79d7be756f0 100644 (file)
@@ -30,7 +30,6 @@
 #include "hw/ppc/ppc.h"
 #include "mac.h"
 #include "hw/input/adb.h"
-#include "hw/timer/m48t59.h"
 #include "sysemu/sysemu.h"
 #include "net/net.h"
 #include "hw/isa/isa.h"
index 98b409f83d9d98d85e7c87cfba49d1da5d1ea1fb..cffdc3914a6ccf6817299fd93f2f4970e5cae7d0 100644 (file)
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/cpus.h"
-#include "hw/timer/m48t59.h"
 #include "qemu/log.h"
 #include "qemu/error-report.h"
-#include "hw/loader.h"
 #include "sysemu/kvm.h"
 #include "kvm_ppc.h"
 #include "trace.h"
index 23bcf1b1387e1d80654cfd627c94195457ea7628..4f11e00a175267636038bb21c6e0495827c367e0 100644 (file)
@@ -28,7 +28,6 @@
 #include "hw/ppc/ppc.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
-#include "hw/timer/m48t59.h"
 #include "qemu/log.h"
 #include "hw/loader.h"
 #include "kvm_ppc.h"