From: Steve Reinhardt Date: Sun, 14 Nov 2004 02:13:25 +0000 (-0500) Subject: Get rid of obsolete sim/sim_stats.* files (looks like these X-Git-Tag: m5_1.0_tutorial~137^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e0695ec9ae9bbc798c8164e9dd66f59fef93b4e;p=gem5.git 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 --- diff --git a/dev/ns_gige.cc b/dev/ns_gige.cc index e34420a8e..401599126 100644 --- a/dev/ns_gige.cc +++ b/dev/ns_gige.cc @@ -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[] = diff --git a/dev/sinic.cc b/dev/sinic.cc index 32a3825fc..80364ef20 100644 --- a/dev/sinic.cc +++ b/dev/sinic.cc @@ -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;