kern: Minor style cleanup in the base SkipFuncEvent class.
[gem5.git] / src / kern / system_events.cc
index d4dd79279a7a935cce09b1d32d864f342e2d3140..e865be56c72556a3f281c0ff48660e14e8d7ff68 100644 (file)
 
 #include "kern/system_events.hh"
 
-#include "arch/isa_traits.hh"
 #include "arch/utility.hh"
 #include "base/trace.hh"
 #include "config/the_isa.hh"
 #include "cpu/thread_context.hh"
 #include "debug/PCEvent.hh"
 
-using namespace TheISA;
-
 void
 SkipFuncEvent::process(ThreadContext *tc)
 {