mirror of https://github.com/xemu-project/xemu.git
ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com> (odd fixer:virtex_ml507) Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5cf9a81e34
commit
64cf81b812
|
@ -24,7 +24,6 @@
|
|||
#include "elf.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "hw/ppc/ppc.h"
|
||||
#include "ppc405.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/reset.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "hw/ppc/ppc.h"
|
||||
#include "hw/ppc/ppc4xx.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "ppc405.h"
|
||||
|
||||
#include <libfdt.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue