From: Gabe Black Date: Sat, 22 Aug 2020 01:31:09 +0000 (-0700) Subject: x86: Remove unnecessary includes from isa_traits.hh. X-Git-Tag: v20.1.0.0~247 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=119bc80ccadc99896f05052acdf74ade64c1629d;p=gem5.git x86: Remove unnecessary includes from isa_traits.hh. These includes are not used in this header file, and if they're needed by other source it should include them directly. Change-Id: I7d17d7c7fcc1020d85f1257059d2c2057b0c461d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33196 Reviewed-by: Andreas Sandberg Maintainer: Gabe Black Tested-by: kokoro --- diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 1f7a590b8..ce90b4bbd 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -38,9 +38,6 @@ #ifndef __ARCH_X86_ISATRAITS_HH__ #define __ARCH_X86_ISATRAITS_HH__ -#include "arch/x86/types.hh" -#include "arch/x86/x86_traits.hh" -#include "base/compiler.hh" #include "base/types.hh" namespace X86ISA