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 - 1 file changed, 1 deletion(-) (limited to 'sim/sim_object.hh') 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" /* -- cgit v1.2.3