summaryrefslogtreecommitdiff
path: root/src/dev/mips/malta.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/mips/malta.cc')
-rw-r--r--src/dev/mips/malta.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/mips/malta.cc b/src/dev/mips/malta.cc
index a25904780..ef4360951 100644
--- a/src/dev/mips/malta.cc
+++ b/src/dev/mips/malta.cc
@@ -39,7 +39,6 @@
#include <string>
#include <vector>
-#include "config/the_isa.hh"
#include "cpu/intr_control.hh"
#include "debug/Malta.hh"
#include "dev/mips/malta_cchip.hh"
@@ -48,7 +47,6 @@
#include "sim/system.hh"
using namespace std;
-using namespace TheISA;
Malta::Malta(const Params *p)
: Platform(p), system(p->system)