diff options
Diffstat (limited to 'src/sim/eventq.hh')
-rw-r--r-- | src/sim/eventq.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sim/eventq.hh b/src/sim/eventq.hh index e7d088e80..b04b43702 100644 --- a/src/sim/eventq.hh +++ b/src/sim/eventq.hh @@ -42,7 +42,6 @@ #include <iosfwd> #include <string> -#include "base/fast_alloc.hh" #include "base/flags.hh" #include "base/misc.hh" #include "base/trace.hh" @@ -61,7 +60,7 @@ extern EventQueue mainEventQueue; * * Caution, the order of members is chosen to maximize data packing. */ -class Event : public Serializable, public FastAlloc +class Event : public Serializable { friend class EventQueue; |