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 <andreas.sandberg@arm.com> Maintainer: Gabe Black <gabeblack@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user