From 119bc80ccadc99896f05052acdf74ade64c1629d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 21 Aug 2020 18:31:09 -0700 Subject: [PATCH] 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 --- src/arch/x86/isa_traits.hh | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2