diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-02-04 22:04:32 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-02-06 15:54:12 +0100 |
commit | 4a1335e8df72481023d67c0294c06eb425c08e40 (patch) | |
tree | c7bc9a2e82ab7c5f6f95052b2e4eabedcbd99945 | |
parent | d5b661e6763ab69eb7e7bb3a16ede5497790a811 (diff) | |
download | qemu-4a1335e8df72481023d67c0294c06eb425c08e40.zip |
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é <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190204210433.26088-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | hw/unicore32/puv3.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |