From eef3a2e142443d94b75de333ff3ccb69644a9831 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:50 -0700 Subject: types: Move stuff for global types into src/base/types.hh --HG-- rename : src/sim/host.hh => src/base/types.hh --- src/mem/cache/cache_impl.hh | 2 +- src/mem/cache/mshr.cc | 2 +- src/mem/cache/tags/iic_repl/gen.cc | 2 +- src/mem/cache/tags/iic_repl/repl.hh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mem/cache') diff --git a/src/mem/cache/cache_impl.hh b/src/mem/cache/cache_impl.hh index 82db7750c..cf738a340 100644 --- a/src/mem/cache/cache_impl.hh +++ b/src/mem/cache/cache_impl.hh @@ -37,7 +37,7 @@ * Cache definitions. */ -#include "sim/host.hh" +#include "base/types.hh" #include "base/fast_alloc.hh" #include "base/misc.hh" #include "base/range.hh" diff --git a/src/mem/cache/mshr.cc b/src/mem/cache/mshr.cc index 9ec9c090c..ee267feb8 100644 --- a/src/mem/cache/mshr.cc +++ b/src/mem/cache/mshr.cc @@ -41,7 +41,7 @@ #include "mem/cache/mshr.hh" #include "sim/core.hh" // for curTick -#include "sim/host.hh" +#include "base/types.hh" #include "base/misc.hh" #include "mem/cache/cache.hh" diff --git a/src/mem/cache/tags/iic_repl/gen.cc b/src/mem/cache/tags/iic_repl/gen.cc index 487b227da..1c19420da 100644 --- a/src/mem/cache/tags/iic_repl/gen.cc +++ b/src/mem/cache/tags/iic_repl/gen.cc @@ -40,7 +40,7 @@ #include "mem/cache/tags/iic.hh" #include "mem/cache/tags/iic_repl/gen.hh" #include "params/GenRepl.hh" -#include "sim/host.hh" +#include "base/types.hh" using namespace std; diff --git a/src/mem/cache/tags/iic_repl/repl.hh b/src/mem/cache/tags/iic_repl/repl.hh index cdb5ae4b8..91a4cc309 100644 --- a/src/mem/cache/tags/iic_repl/repl.hh +++ b/src/mem/cache/tags/iic_repl/repl.hh @@ -42,7 +42,7 @@ #include #include "cpu/smt.hh" -#include "sim/host.hh" +#include "base/types.hh" #include "sim/sim_object.hh" -- cgit v1.2.3