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_export.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sc_export.cc') diff --git a/src/sc_export.cc b/src/sc_export.cc index 7acca58..e3d475b 100644 --- a/src/sc_export.cc +++ b/src/sc_export.cc @@ -1,5 +1,5 @@ #include -#include "utils.h" +#include "utils/log.h" using sc_core::sc_export; using sc_core::sc_in; -- cgit v1.2.3