Skip to content

Commit

Permalink
hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"
Browse files Browse the repository at this point in the history
In 47973a2 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: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
  • Loading branch information
philmd authored and dgibson committed Feb 17, 2019
1 parent 1e36232 commit b39701d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/ppc/prep.c
Expand Up @@ -26,7 +26,6 @@
#include "cpu.h"
#include "hw/hw.h"
#include "hw/timer/m48t59.h"
#include "hw/i386/pc.h"
#include "hw/char/serial.h"
#include "hw/block/fdc.h"
#include "net/net.h"
Expand Down

0 comments on commit b39701d

Please sign in to comment.