aboutsummaryrefslogtreecommitdiff
path: root/src/sc_export2.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/sc_export2.cc
parenteef63c3da8e85f9f155dbc313ec8a87bafd883fd (diff)
downloadsysc-playground-19a5b01f0b2a4a3609a8a8ed32fba8dd376e1905.tar.gz
sysc-playground-19a5b01f0b2a4a3609a8a8ed32fba8dd376e1905.zip
move utils into subfolder and different files
Diffstat (limited to 'src/sc_export2.cc')
-rw-r--r--src/sc_export2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_export2.cc b/src/sc_export2.cc
index c5905bc..42381d2 100644
--- a/src/sc_export2.cc
+++ b/src/sc_export2.cc
@@ -1,5 +1,5 @@
#include <systemc>
-#include "utils.h"
+#include "utils/log.h"
// This file gives an example on how to define an own interface and use that
// interface to communicate between two sc_modules.