diff options
Diffstat (limited to 'cpu/beta_cpu/fetch.cc')
-rw-r--r-- | cpu/beta_cpu/fetch.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpu/beta_cpu/fetch.cc b/cpu/beta_cpu/fetch.cc index 4d08754b6..877262750 100644 --- a/cpu/beta_cpu/fetch.cc +++ b/cpu/beta_cpu/fetch.cc @@ -1,7 +1,6 @@ #include "cpu/beta_cpu/alpha_dyn_inst.hh" -#include "cpu/beta_cpu/alpha_full_cpu.hh" -#include "cpu/beta_cpu/fetch_impl.hh" #include "cpu/beta_cpu/alpha_impl.hh" +#include "cpu/beta_cpu/fetch_impl.hh" -template SimpleFetch<AlphaSimpleImpl>; +template class SimpleFetch<AlphaSimpleImpl>; |