Skip to content

Commit afedcb6

Browse files
Fixed include paths
1 parent faf1a95 commit afedcb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/core/unit_template/Src.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include "core/InstGenerator.hpp"
4-
#include "core/MavisUnit.hpp"
4+
#include "core/decode/MavisUnit.hpp"
55
#include "core/InstGroup.hpp"
66

77
#include "mavis/ExtractorDirectInfo.h"

test/core/unit_template/Testbench.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "Dut.hpp"
2-
#include "MavisUnit.hpp"
2+
#include "decode/MavisUnit.hpp"
33
#include "OlympiaAllocators.hpp"
44
#include "Sink.hpp"
55
#include "Src.hpp"

0 commit comments

Comments
 (0)