dev: Stop including config/the_isa.hh unnecessarily.
authorGabe Black <gabeblack@google.com>
Tue, 29 Oct 2019 02:57:25 +0000 (19:57 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 30 Oct 2019 08:51:02 +0000 (08:51 +0000)
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>

src/dev/platform.cc
src/dev/serial/uart8250.cc

index fae1b13a1169278ec098cc403471f7796d62721d..79d95ab8ca504ebbe8cda79c5940520ac623255a 100644 (file)
@@ -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;
index 41ae3bd8168fa2d5eeea1e20b38ef9a3ee52f8bd..fa5313db27c7a17f54094047cdf79d4e45fb130e 100644 (file)
@@ -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"