From b0bd2796bcbca90e551ab2e7f49321603bd61b38 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 28 Oct 2019 19:57:25 -0700 Subject: [PATCH] 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 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- src/dev/platform.cc | 1 - src/dev/serial/uart8250.cc | 1 - 2 files changed, 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" -- 2.30.2