arm: Get rid of using namespace std and TheISA in realview.cc.
authorGabe Black <gabeblack@google.com>
Tue, 29 Oct 2019 02:32:47 +0000 (19:32 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 30 Oct 2019 00:42:07 +0000 (00:42 +0000)
Neither was actually used by the nearly empty file.

Change-Id: Ief1b77b18c8c616511bf9870e1667439a42dfcbd
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22266
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/arm/realview.cc

index 8524b23c0f921faa23013c4905a090f57d154042..381dc6da81db2542255141509017f6c1318e174f 100644 (file)
 #include <string>
 #include <vector>
 
-#include "config/the_isa.hh"
 #include "cpu/intr_control.hh"
 #include "dev/arm/base_gic.hh"
 #include "sim/system.hh"
 
-using namespace std;
-using namespace TheISA;
-
 
 RealView::RealView(const Params *p)
     : Platform(p), system(p->system), gic(nullptr)