From de29fec658f6107c20a00c9c30111b253afafeac Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Tue, 21 Oct 2003 21:32:15 -0700 Subject: Don't need to include sim/param.hh in sim_object.hh anymore. Add explicit include of sim/param.hh to .cc files as needed. cpu/base_cpu.cc: cpu/exetrace.cc: dev/etherint.cc: sim/system.cc: Add include of sim/param.hh. sim/sim_object.hh: Don't need to include sim/param.hh. --HG-- extra : convert_revision : 8ed13f25c2087680230056ab7abb623e6a7699cf --- sim/sim_object.hh | 1 - sim/system.cc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'sim') diff --git a/sim/sim_object.hh b/sim/sim_object.hh index 6c15fc88f..20da07164 100644 --- a/sim/sim_object.hh +++ b/sim/sim_object.hh @@ -38,7 +38,6 @@ #include #include -#include "sim/param.hh" #include "sim/serialize.hh" /* diff --git a/sim/system.cc b/sim/system.cc index e1e293c90..0e0b83332 100644 --- a/sim/system.cc +++ b/sim/system.cc @@ -28,6 +28,7 @@ #include "cpu/exec_context.hh" #include "targetarch/vtophys.hh" +#include "sim/param.hh" #include "sim/system.hh" using namespace std; -- cgit v1.2.3