summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2019-10-28 19:57:25 -0700
committerGabe Black <gabeblack@google.com>2019-10-30 08:51:02 +0000
commitb0bd2796bcbca90e551ab2e7f49321603bd61b38 (patch)
tree948acdc1d008a70f6ef7509049736c1f00045d3e
parent1c8ce99ac3a19bb93df13aa6b0b0c976bfe56e89 (diff)
downloadgem5-b0bd2796bcbca90e551ab2e7f49321603bd61b38.tar.xz
dev: Stop including config/the_isa.hh unnecessarily.
This file was included in a few files which didn't use TheISA. Change-Id: Ib296b88dc6cfe9d487ee31cf385bb872d2cffaf2 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22270 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
-rw-r--r--src/dev/platform.cc1
-rw-r--r--src/dev/serial/uart8250.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/platform.cc b/src/dev/platform.cc
index fae1b13a1..79d95ab8c 100644
--- a/src/dev/platform.cc
+++ b/src/dev/platform.cc
@@ -32,7 +32,6 @@
#include "dev/platform.hh"
#include "base/logging.hh"
-#include "config/the_isa.hh"
#include "sim/sim_exit.hh"
using namespace std;
diff --git a/src/dev/serial/uart8250.cc b/src/dev/serial/uart8250.cc
index 41ae3bd81..fa5313db2 100644
--- a/src/dev/serial/uart8250.cc
+++ b/src/dev/serial/uart8250.cc
@@ -39,7 +39,6 @@
#include "base/inifile.hh"
#include "base/trace.hh"
-#include "config/the_isa.hh"
#include "debug/Uart.hh"
#include "dev/platform.hh"
#include "mem/packet.hh"