summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2010-05-06 08:42:18 -0700
committerNathan Binkert <nate@binkert.org>2010-05-06 08:42:18 -0700
commitf07ee128ccebec4653e85c07fbd2c1225c968b23 (patch)
tree853034d80899ec94ae1f5bf4efbfb2245722b564 /src/base
parent8b0c83008e6c1964c9606a47213f11599ab186c5 (diff)
downloadgem5-f07ee128ccebec4653e85c07fbd2c1225c968b23.tar.xz
compile: don't #include unnecessary stuff
Time from base/time.hh has a name clash with Time from Ruby's TypeDefines.hh. Eventually Ruby's Time should go away, so instead of fixing this properly just try to avoid the clash.
Diffstat (limited to 'src/base')
-rw-r--r--src/base/stats/visit.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base/stats/visit.hh b/src/base/stats/visit.hh
index c9fab19a3..f5c2fc34c 100644
--- a/src/base/stats/visit.hh
+++ b/src/base/stats/visit.hh
@@ -31,11 +31,6 @@
#ifndef __BASE_STATS_VISIT_HH__
#define __BASE_STATS_VISIT_HH__
-#include <string>
-
-#include "base/time.hh"
-#include "base/types.hh"
-
namespace Stats {
class Info;