misc: Stop including config/the_isa.hh.
It is no longer necessary anywhere in gem5. Change-Id: Iac999acf8c59ee7387214057bebb617acd01617c Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62197 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Gabe Black <gabe.black@gmail.com> Maintainer: Gabe Black <gabe.black@gmail.com>
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
#include "arch/generic/pcstate.hh"
|
||||
#include "base/compiler.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "config/the_isa.hh"
|
||||
#include "debug/Branch.hh"
|
||||
|
||||
namespace gem5
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include "arch/generic/pcstate.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/types.hh"
|
||||
#include "config/the_isa.hh"
|
||||
|
||||
namespace gem5
|
||||
{
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#define __CPU_PRED_INDIRECT_BASE_HH__
|
||||
|
||||
#include "arch/generic/pcstate.hh"
|
||||
#include "config/the_isa.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
#include "params/IndirectPredictor.hh"
|
||||
#include "sim/sim_object.hh"
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include "config/the_isa.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
#include "cpu/pred/indirect.hh"
|
||||
#include "params/SimpleIndirectPredictor.hh"
|
||||
|
||||
Reference in New Issue
Block a user