From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqlVY-0002c0-Ik for qemu-devel@nongnu.org; Mon, 04 Feb 2019 16:10:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqlQA-0003tu-6V for qemu-devel@nongnu.org; Mon, 04 Feb 2019 16:04:52 -0500 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Mon, 4 Feb 2019 22:04:31 +0100 Message-Id: <20190204210433.26088-2-philmd@redhat.com> In-Reply-To: <20190204210433.26088-1-philmd@redhat.com> References: <20190204210433.26088-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 1/3] hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: qemu-ppc@nongnu.org, Artyom Tarasenko , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Guan Xuetao , David Gibson , Mark Cave-Ayland , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= In 47973a2dbf we split the last generic chipset out of the PC board, but forgot to remove the include of "hw/i386/pc.h". Since it is now unused, remove it. Signed-off-by: Philippe Mathieu-Daud=C3=A9 --- hw/sparc64/sun4u.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/sparc64/sun4u.c b/hw/sparc64/sun4u.c index f76b19e4e9..fdf3f14a29 100644 --- a/hw/sparc64/sun4u.c +++ b/hw/sparc64/sun4u.c @@ -33,7 +33,6 @@ #include "hw/pci/pci_bus.h" #include "hw/pci/pci_host.h" #include "hw/pci-host/sabre.h" -#include "hw/i386/pc.h" #include "hw/char/serial.h" #include "hw/char/parallel.h" #include "hw/timer/m48t59.h" --=20 2.20.1