From: Gabe Black Date: Tue, 29 Oct 2019 02:32:47 +0000 (-0700) Subject: arm: Get rid of using namespace std and TheISA in realview.cc. X-Git-Tag: v19.0.0.0~372 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa877e19d31203744aecbb252a4f0207dc7491dd;p=gem5.git arm: Get rid of using namespace std and TheISA in realview.cc. 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 Maintainer: Giacomo Travaglini Tested-by: kokoro --- diff --git a/src/dev/arm/realview.cc b/src/dev/arm/realview.cc index 8524b23c0..381dc6da8 100644 --- a/src/dev/arm/realview.cc +++ b/src/dev/arm/realview.cc @@ -50,14 +50,10 @@ #include #include -#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)