diff -r 4e0263e32883 -r fdad76a1fba4 src/base/vnc/vncserver.hh --- a/src/base/vnc/vncserver.hh Mon Aug 19 10:33:50 2013 +0100 +++ b/src/base/vnc/vncserver.hh Mon Aug 19 10:33:57 2013 +0100 @@ -53,7 +53,6 @@ #include "base/circlebuf.hh" #include "base/pollevent.hh" #include "base/socket.hh" -#include "cpu/intr_control.hh" #include "params/VncServer.hh" #include "sim/sim_object.hh" diff -r 4e0263e32883 -r fdad76a1fba4 src/cpu/intr_control.hh --- a/src/cpu/intr_control.hh Mon Aug 19 10:33:50 2013 +0100 +++ b/src/cpu/intr_control.hh Mon Aug 19 10:33:57 2013 +0100 @@ -35,7 +35,6 @@ #include #include "base/misc.hh" -#include "cpu/base.hh" #include "params/IntrControl.hh" #include "sim/sim_object.hh" #include "sim/system.hh" diff -r 4e0263e32883 -r fdad76a1fba4 src/cpu/static_inst.hh --- a/src/cpu/static_inst.hh Mon Aug 19 10:33:50 2013 +0100 +++ b/src/cpu/static_inst.hh Mon Aug 19 10:33:57 2013 +0100 @@ -46,20 +46,14 @@ #include "sim/fault_fwd.hh" // forward declarations -struct AlphaSimpleImpl; -struct OzoneImpl; -struct SimpleImpl; -class DynInst; class Packet; struct O3CPUImpl; template class BaseO3DynInst; typedef BaseO3DynInst O3DynInst; -template class OzoneDynInst; class InOrderDynInst; class CheckerCPU; -class FastCPU; class AtomicSimpleCPU; class TimingSimpleCPU; class InorderCPU; diff -r 4e0263e32883 -r fdad76a1fba4 src/dev/ns_gige.cc --- a/src/dev/ns_gige.cc Mon Aug 19 10:33:50 2013 +0100 +++ b/src/dev/ns_gige.cc Mon Aug 19 10:33:57 2013 +0100 @@ -40,7 +40,6 @@ #include "base/inet.hh" #include "base/types.hh" #include "config/the_isa.hh" -#include "cpu/thread_context.hh" #include "debug/EthernetAll.hh" #include "dev/etherlink.hh" #include "dev/ns_gige.hh" diff -r 4e0263e32883 -r fdad76a1fba4 src/dev/sinic.cc --- a/src/dev/sinic.cc Mon Aug 19 10:33:50 2013 +0100 +++ b/src/dev/sinic.cc Mon Aug 19 10:33:57 2013 +0100 @@ -38,8 +38,6 @@ #include "base/inet.hh" #include "base/types.hh" #include "config/the_isa.hh" -#include "cpu/intr_control.hh" -#include "cpu/thread_context.hh" #include "debug/EthernetAll.hh" #include "dev/etherlink.hh" #include "dev/sinic.hh" diff -r 4e0263e32883 -r fdad76a1fba4 src/kern/kernel_stats.hh --- a/src/kern/kernel_stats.hh Mon Aug 19 10:33:50 2013 +0100 +++ b/src/kern/kernel_stats.hh Mon Aug 19 10:33:57 2013 +0100 @@ -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; diff -r 4e0263e32883 -r fdad76a1fba4 src/sim/stat_control.cc --- a/src/sim/stat_control.cc Mon Aug 19 10:33:50 2013 +0100 +++ b/src/sim/stat_control.cc Mon Aug 19 10:33:57 2013 +0100 @@ -59,7 +59,7 @@ #include "cpu/base.hh" #endif -#include "sim/eventq.hh" +#include "sim/eventq_impl.hh" #include "sim/stat_control.hh" using namespace std;