From: Philippe Mathieu-Daudé Date: Mon, 4 Feb 2019 21:04:32 +0000 (+0100) Subject: hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h" X-Git-Tag: v4.0.0-rc0~110^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a1335e8df72481023d67c0294c06eb425c08e40;p=thirdparty%2Fqemu.git hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h" 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 --- diff --git a/hw/unicore32/puv3.c b/hw/unicore32/puv3.c index 830fe3face3..b42e600f744 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