From: Gabe Black Date: Tue, 31 Aug 2010 16:48:05 +0000 (-0700) Subject: Alpha: Alpha's mt.hh was including mips header files. X-Git-Tag: stable_2012_02_02~830 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebf5c5b91b4443d2bbf775c117e21624c19777c4;p=gem5.git Alpha: Alpha's mt.hh was including mips header files. --- diff --git a/src/arch/alpha/mt.hh b/src/arch/alpha/mt.hh index 6f46b4a79..88ab01e32 100644 --- a/src/arch/alpha/mt.hh +++ b/src/arch/alpha/mt.hh @@ -39,8 +39,6 @@ */ #include "arch/isa_traits.hh" -#include "arch/mips/faults.hh" -#include "arch/mips/mt_constants.hh" #include "base/bitfield.hh" #include "base/trace.hh" #include "base/misc.hh"