diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2003-10-31 00:23:53 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2003-10-31 00:23:53 -0500 |
commit | b5fc3af142cfe71e6cb331dbed3b177193553a58 (patch) | |
tree | 744bb7ca9c305a993d350bdf788f5158864803cb /base/statistics.cc | |
parent | a5356bd75f589f1e5ef4781292d8f870515e1f03 (diff) | |
download | gem5-b5fc3af142cfe71e6cb331dbed3b177193553a58.tar.xz |
I forgot - also to typedef the default type of bin choice given to every visible stat type (NoBin or BinType). this way a little #define does it all for you.
statistics.hh:
add #includes needed for CeilPow2
statistics.cc:
rm unneeded #includes for CeilPow2
base/statistics.cc:
rm unneeded #includes for CeilPow2
base/statistics.hh:
add #includes needed for CeilPow2
--HG--
extra : convert_revision : 818028b276e97735a8b8d21d6514f41a80350514
Diffstat (limited to 'base/statistics.cc')
-rw-r--r-- | base/statistics.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/statistics.cc b/base/statistics.cc index 184fa67a9..8b2d8e5de 100644 --- a/base/statistics.cc +++ b/base/statistics.cc @@ -33,11 +33,8 @@ #include <string> #include <sstream> -#include <math.h> - #include "base/callback.hh" #include "base/cprintf.hh" -#include "base/intmath.hh" #include "base/misc.hh" #include "base/statistics.hh" #include "base/str.hh" |