From 19a5b01f0b2a4a3609a8a8ed32fba8dd376e1905 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 27 Oct 2023 00:37:29 +0200 Subject: move utils into subfolder and different files --- src/sc_export2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sc_export2.cc') 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 -#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. -- cgit v1.2.3