diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2011-02-23 15:10:49 -0600 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2011-02-23 15:10:49 -0600 |
commit | f05f35df99e2b9be3353d7585142b91139965e22 (patch) | |
tree | 65bc1ac4317951cda8de93dce6888f3f7d2cac30 /src/mem/cache/blk.hh | |
parent | 805ad4ba411100123273fad1064362284d4de344 (diff) | |
download | gem5-f05f35df99e2b9be3353d7585142b91139965e22.tar.xz |
Includes: Don't include isa_traits.hh and use the TheISA namespace unless really needed.
Diffstat (limited to 'src/mem/cache/blk.hh')
-rw-r--r-- | src/mem/cache/blk.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/cache/blk.hh b/src/mem/cache/blk.hh index 6be09597c..bf17a303a 100644 --- a/src/mem/cache/blk.hh +++ b/src/mem/cache/blk.hh @@ -39,7 +39,6 @@ #include "base/printable.hh" #include "sim/core.hh" // for Tick -#include "arch/isa_traits.hh" // for Addr #include "mem/packet.hh" #include "mem/request.hh" |