x86: Remove unnecessary includes from isa_traits.hh.
authorGabe Black <gabeblack@google.com>
Sat, 22 Aug 2020 01:31:09 +0000 (18:31 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 25 Aug 2020 06:45:57 +0000 (06:45 +0000)
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 <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/x86/isa_traits.hh

index 1f7a590b87867cfa6a7dcaa029aa153ce6dfceb7..ce90b4bbd526427c6e3595de222c536aeee36f1a 100644 (file)
@@ -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