summaryrefslogtreecommitdiff
path: root/src/arch/sparc/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/sparc/types.hh')
-rw-r--r--src/arch/sparc/types.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/sparc/types.hh b/src/arch/sparc/types.hh
index 5c4c1afc2..8bd50b7e8 100644
--- a/src/arch/sparc/types.hh
+++ b/src/arch/sparc/types.hh
@@ -33,7 +33,6 @@
#include <inttypes.h>
#include "base/bigint.hh"
-#include "mem/page_table.hh"
namespace SparcISA
{
@@ -61,8 +60,6 @@ namespace SparcISA
typedef int RegContextVal;
typedef uint16_t RegIndex;
-
- typedef ::PageTable<> PageTable;
}
#endif