mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-24 12:30:05 +00:00
ppcmmu.cpp: remove unneeded includes.
This commit is contained in:
parent
7ae87e39c1
commit
f6f7bb4d0a
@ -25,11 +25,8 @@
|
||||
#include "ppcemu.h"
|
||||
#include "ppcmmu.h"
|
||||
#include "devices/memctrlbase.h"
|
||||
#include "devices/mmiodevice.h"
|
||||
#include "devices/mpc106.h"
|
||||
|
||||
|
||||
/** PowerPC-style MMU BAT arrays (NULL initialization isn't prescribed). */
|
||||
/** PowerPC-style MMU BAT arrays (NULL initialization isn't prescribed). */
|
||||
PPC_BAT_entry ibat_array[4] = { {0} };
|
||||
PPC_BAT_entry dbat_array[4] = { {0} };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user