compile: don't #include unnecessary stuff
authorNathan Binkert <nate@binkert.org>
Thu, 6 May 2010 15:42:18 +0000 (08:42 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 6 May 2010 15:42:18 +0000 (08:42 -0700)
commitf07ee128ccebec4653e85c07fbd2c1225c968b23
tree853034d80899ec94ae1f5bf4efbfb2245722b564
parent8b0c83008e6c1964c9606a47213f11599ab186c5
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.
src/base/stats/visit.hh
src/sim/syscall_emul.hh