sim: ppc: drop unused types from sim-main.h

The common sim headers should define these for us already, so there's
no need for the ppc header to set them up.
This commit is contained in:
Mike Frysinger 2022-12-23 00:27:08 -05:00
parent 3eaecff513
commit 10861ec94f

View File

@ -1,9 +1,2 @@
#include "sim-basics.h"
typedef uint32_t sim_cia;
#include "sim-base.h"
struct sim_state {
sim_state_base base;
};