Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33196 )

Change subject: x86: Remove unnecessary includes from isa_traits.hh.
......................................................................

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
---
M src/arch/x86/isa_traits.hh
1 file changed, 0 insertions(+), 3 deletions(-)



diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh
index 1f7a590..ce90b4b 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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33196
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7d17d7c7fcc1020d85f1257059d2c2057b0c461d
Gerrit-Change-Number: 33196
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to