45d44
< #include "cpu/o3/dyn_inst_decl.hh"
56a56,59
> class O3CPUImpl;
> template <class Impl> class BaseO3DynInst;
> typedef BaseO3DynInst<O3CPUImpl> O3DynInst;
>