Remove unnecessary includes, and an unnecessary/unimplemented function
prototype.
Change-Id: I2230c1ec62734d918f0f6af6f4c1e1a64f25f812
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33201
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
#ifndef __ARCH_SPARC_ISA_TRAITS_HH__
#define __ARCH_SPARC_ISA_TRAITS_HH__
-#include "arch/sparc/sparc_traits.hh"
-#include "arch/sparc/types.hh"
#include "base/types.hh"
-#include "cpu/static_inst_fwd.hh"
namespace SparcISA
{
const Addr PageShift = 13;
const Addr PageBytes = ULL(1) << PageShift;
-StaticInstPtr decodeInst(ExtMachInst);
-
}
#endif // __ARCH_SPARC_ISA_TRAITS_HH__
#include "arch/sparc/isa_traits.hh"
#include "base/bitfield.hh"
#include "base/logging.hh"
-
-class Checkpoint;
+#include "sim/serialize.hh"
namespace SparcISA
{