summaryrefslogtreecommitdiff
path: root/src/sim/eventq.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2010-03-12 17:31:02 -0800
committerNathan Binkert <nate@binkert.org>2010-03-12 17:31:02 -0800
commit402f42ebfa1ac68062f8fd8030e432d982ea1f8d (patch)
tree1e4d07f85628bc371ad4339ab740fdb0c3357d83 /src/sim/eventq.hh
parentfce7c820f4f1b7e81039acef0af73eba66a7d0d8 (diff)
downloadgem5-402f42ebfa1ac68062f8fd8030e432d982ea1f8d.tar.xz
eventq: remove some unused includes
Diffstat (limited to 'src/sim/eventq.hh')
-rw-r--r--src/sim/eventq.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sim/eventq.hh b/src/sim/eventq.hh
index a47c24c4d..90dd5b4b9 100644
--- 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"