From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grP80-00007E-5T for qemu-devel@nongnu.org; Wed, 06 Feb 2019 10:28:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grP7y-0004Ol-3X for qemu-devel@nongnu.org; Wed, 06 Feb 2019 10:28:43 -0500 From: Laurent Vivier Date: Wed, 6 Feb 2019 16:28:05 +0100 Message-Id: <20190206152807.31896-6-laurent@vivier.eu> In-Reply-To: <20190206152807.31896-1-laurent@vivier.eu> References: <20190206152807.31896-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 5/7] hw/unicore32/puv3: 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 Cc: Laurent Vivier , Eduardo Habkost , qemu-trivial@nongnu.org, Anthony Green , Marcel Apfelbaum , qemu-arm@nongnu.org, Andrzej Zaborowski , Guan Xuetao , Michael Tokarev , Peter Maydell , Artyom Tarasenko , Mark Cave-Ayland , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Thomas Huth From: Philippe Mathieu-Daudé 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é Reviewed-by: Thomas Huth Message-Id: <20190204210433.26088-3-philmd@redhat.com> Signed-off-by: Laurent Vivier --- hw/unicore32/puv3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/unicore32/puv3.c b/hw/unicore32/puv3.c index 830fe3face..b42e600f74 100644 --- a/hw/unicore32/puv3.c +++ b/hw/unicore32/puv3.c @@ -15,7 +15,6 @@ #include "ui/console.h" #include "hw/boards.h" #include "hw/loader.h" -#include "hw/i386/pc.h" #include "sysemu/qtest.h" #undef DEBUG_PUV3 -- 2.20.1