cleans include statements

This commit is contained in:
2025-07-14 22:28:53 +02:00
parent 66c3d84926
commit 129864caf9
4 changed files with 9 additions and 8 deletions

View File

@@ -4,9 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "../vp/tb.h"
#include "tb.h"
#include <sysc/kernel/sc_time.h>
namespace tgc_vp {
SC_HAS_PROCESS(tb);