projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce7c82
)
eventq: remove some unused includes
author
Nathan Binkert
<nate@binkert.org>
Sat, 13 Mar 2010 01:31:02 +0000
(17:31 -0800)
committer
Nathan Binkert
<nate@binkert.org>
Sat, 13 Mar 2010 01:31:02 +0000
(17:31 -0800)
src/sim/eventq.hh
patch
|
blob
|
history
diff --git
a/src/sim/eventq.hh
b/src/sim/eventq.hh
index a47c24c4d27deb0b8842ca422143b0bdb6292696..90dd5b4b989061820b2e0258ceef91c247c2bc19 100644
(file)
--- a/
src/sim/eventq.hh
+++ b/
src/sim/eventq.hh
@@
-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"