misc: Remove lingering uses of TheISA::.

Change-Id: Ie55e0d79867fbc8f75a993fb456a58c84de5def4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62196
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
This commit is contained in:
Gabe Black
2021-10-25 06:01:02 -07:00
parent a13e3debed
commit f4209bbdee
8 changed files with 8 additions and 20 deletions

View File

@@ -58,10 +58,6 @@ namespace gem5
// @todo: Figure out a more architecture independent way to obtain the ITB and
// DTB pointers.
namespace TheISA
{
class Decoder;
}
class BaseCPU;
class BaseMMU;
class BaseTLB;