changeset b9e4f8a3fea7 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=b9e4f8a3fea7 description: eventq: remove some unused includes
diffstat: 1 file changed, 1 insertion(+), 2 deletions(-) src/sim/eventq.hh | 3 +-- diffs (14 lines): diff -r 5af96fb1ebde -r b9e4f8a3fea7 src/sim/eventq.hh --- a/src/sim/eventq.hh Fri Mar 12 15:11:09 2010 -0800 +++ b/src/sim/eventq.hh Fri Mar 12 17:31:02 2010 -0800 @@ -39,9 +39,8 @@ #include <algorithm> #include <cassert> #include <climits> -#include <map> +#include <iosfwd> #include <string> -#include <vector> #include "base/fast_alloc.hh" #include "base/flags.hh" _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
