riscv: Remove unnecessary includes from arch/riscv/isa_traits.hh.
authorGabe Black <gabeblack@google.com>
Sat, 22 Aug 2020 04:15:55 +0000 (21:15 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 28 Aug 2020 00:03:25 +0000 (00:03 +0000)
Change-Id: Iff3e840c5b67fa23ebead337abf323e7add2e6db
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33200
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/riscv/isa_traits.hh

index a228a90718404627abb4379313826a31d7f20267..1bb2d264ef3f8c147fe4ccecaf7bd804ce18ab89 100644 (file)
@@ -42,9 +42,7 @@
 #ifndef __ARCH_RISCV_ISA_TRAITS_HH__
 #define __ARCH_RISCV_ISA_TRAITS_HH__
 
-#include "arch/riscv/types.hh"
 #include "base/types.hh"
-#include "cpu/static_inst_fwd.hh"
 
 namespace RiscvISA
 {