summaryrefslogtreecommitdiff
path: root/src/sim/arguments.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/arguments.cc')
-rw-r--r--src/sim/arguments.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sim/arguments.cc b/src/sim/arguments.cc
index 5aa57755a..339a57f90 100644
--- a/src/sim/arguments.cc
+++ b/src/sim/arguments.cc
@@ -28,11 +28,10 @@
* Authors: Nathan Binkert
*/
-#include "sim/arguments.hh"
#include "arch/utility.hh"
+#include "config/the_isa.hh"
#include "cpu/thread_context.hh"
-
-using namespace TheISA;
+#include "sim/arguments.hh"
Arguments::Data::~Data()
{