From bb1d2f39575795f0b369bb3cabb52c9d42a8b1c6 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 4 Sep 2013 13:22:55 -0400 Subject: arch: Header clean up for NOISA resurrection This patch is a first step to getting NOISA working again. A number of redundant includes make life more difficult than it has to be and this patch simply removes them. There are also some redundant forward declarations removed. --- src/kern/kernel_stats.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/kern/kernel_stats.hh') diff --git a/src/kern/kernel_stats.hh b/src/kern/kernel_stats.hh index d5abde83f..0c8ed248a 100644 --- a/src/kern/kernel_stats.hh +++ b/src/kern/kernel_stats.hh @@ -34,13 +34,10 @@ #include -#include "cpu/static_inst.hh" +#include "config/the_isa.hh" #include "sim/serialize.hh" #include "sim/stats.hh" -class BaseCPU; -class ThreadContext; -class FnEvent; // What does kernel stats expect is included? class System; -- cgit v1.2.3