Get rid of obsolete sim/sim_stats.* files (looks like these

are replaced by sim/stats.hh and sim/stat_control.*)

dev/ns_gige.cc:
dev/sinic.cc:
    Include sim/stats.hh instead of sim/sim_stats.hh

--HG--
extra : convert_revision : 5e07932eab45ae4fb719baa4f94c5f62092a8446
This commit is contained in:
Steve Reinhardt
2004-11-13 21:13:25 -05:00
parent 7e4229fb8f
commit 2e0695ec9a
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
#include "sim/builder.hh"
#include "sim/debug.hh"
#include "sim/host.hh"
#include "sim/sim_stats.hh"
#include "sim/stats.hh"
#include "targetarch/vtophys.hh"
const char *NsRxStateStrings[] =

View File

@@ -47,7 +47,7 @@
#include "sim/debug.hh"
#include "sim/eventq.hh"
#include "sim/host.hh"
#include "sim/sim_stats.hh"
#include "sim/stats.hh"
#include "targetarch/vtophys.hh"
using namespace Net;