systemc: Replace include of eventq_impl.hh with eventq.hh.
authorGabe Black <gabeblack@google.com>
Thu, 4 Jun 2020 14:53:45 +0000 (07:53 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 4 Jun 2020 17:59:31 +0000 (17:59 +0000)
eventq_impl.hh has been merged back into eventq.hh, but that change
passed another change which started using eventq_impl.hh in systemc.

Change-Id: I2e9be5f993fe6a6712a121cd955b0c56a33c87e3
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30014
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/systemc/core/scheduler.hh

index 31cc35e8e9fb19501d83b148a56215262fdf45ed..c9ca161cf17fe5a44f145f49fbbefdec17127ace 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "base/logging.hh"
 #include "sim/core.hh"
-#include "sim/eventq_impl.hh"
+#include "sim/eventq.hh"
 #include "systemc/core/channel.hh"
 #include "systemc/core/list.hh"
 #include "systemc/core/process.hh"