From 62fa781fee9ae93432e81902d73a35a83dbde642 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 1 Jun 2005 21:59:27 -0400 Subject: Rename sim/universe.{cc,hh} to root.{cc,hh} (since the object defined there was renamed Root long ago). SConscript: arch/alpha/alpha_linux_process.cc: arch/alpha/alpha_tru64_process.cc: base/misc.cc: base/pollevent.cc: base/pollevent.hh: base/stats/events.cc: base/trace.hh: cpu/beta_cpu/fetch_impl.hh: cpu/beta_cpu/full_cpu.cc: cpu/beta_cpu/inst_queue_impl.hh: cpu/pc_event.cc: cpu/static_inst.cc: dev/etherbus.cc: dev/etherdump.cc: dev/etherlink.cc: dev/ide_disk.cc: dev/pcidev.cc: sim/builder.cc: sim/eventq.cc: sim/main.cc: sim/root.cc: sim/stat_control.cc: Rename sim/universe.{cc,hh} to root.{cc,hh}. --HG-- rename : sim/universe.cc => sim/root.cc extra : convert_revision : b8699e81e285253d66da75412e7bb2c251c0389a --- base/misc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/misc.cc') diff --git a/base/misc.cc b/base/misc.cc index 4b7c3632a..41c9800df 100644 --- a/base/misc.cc +++ b/base/misc.cc @@ -35,7 +35,7 @@ #include "base/output.hh" #include "base/trace.hh" #include "sim/host.hh" -#include "sim/universe.hh" +#include "sim/root.hh" using namespace std; -- cgit v1.2.3