aboutsummaryrefslogtreecommitdiff
path: root/src/event.cc
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-27 00:37:29 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-27 00:37:29 +0200
commit19a5b01f0b2a4a3609a8a8ed32fba8dd376e1905 (patch)
tree83368b6ccc154d3da89dd191f1f24050c729a202 /src/event.cc
parenteef63c3da8e85f9f155dbc313ec8a87bafd883fd (diff)
downloadsysc-playground-19a5b01f0b2a4a3609a8a8ed32fba8dd376e1905.tar.gz
sysc-playground-19a5b01f0b2a4a3609a8a8ed32fba8dd376e1905.zip
move utils into subfolder and different files
Diffstat (limited to 'src/event.cc')
-rw-r--r--src/event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.cc b/src/event.cc
index 96750bc..655beb2 100644
--- a/src/event.cc
+++ b/src/event.cc
@@ -1,5 +1,5 @@
#include <systemc>
-#include "utils.h"
+#include "utils/log.h"
using sc_core::sc_event;
using sc_core::sc_module;