diff options
Diffstat (limited to 'arch/alpha/alpha_memory.hh')
-rw-r--r-- | arch/alpha/alpha_memory.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/alpha/alpha_memory.hh b/arch/alpha/alpha_memory.hh index 06fea32e4..88ea3ee94 100644 --- a/arch/alpha/alpha_memory.hh +++ b/arch/alpha/alpha_memory.hh @@ -31,9 +31,9 @@ #include <map> -#include "mem_req.hh" -#include "sim_object.hh" -#include "statistics.hh" +#include "targetarch/mem_req.hh" +#include "sim/sim_object.hh" +#include "base/statistics.hh" class ExecContext; |