eventq: remove some unused includes
authorNathan Binkert <nate@binkert.org>
Sat, 13 Mar 2010 01:31:02 +0000 (17:31 -0800)
committerNathan Binkert <nate@binkert.org>
Sat, 13 Mar 2010 01:31:02 +0000 (17:31 -0800)
src/sim/eventq.hh

index a47c24c4d27deb0b8842ca422143b0bdb6292696..90dd5b4b989061820b2e0258ceef91c247c2bc19 100644 (file)
@@ -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"