Skip to content

Commit

Permalink
Fixed include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed Dec 17, 2024
1 parent faf1a95 commit afedcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/core/unit_template/Src.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "core/InstGenerator.hpp"
#include "core/MavisUnit.hpp"
#include "core/decode/MavisUnit.hpp"
#include "core/InstGroup.hpp"

#include "mavis/ExtractorDirectInfo.h"
Expand Down
2 changes: 1 addition & 1 deletion test/core/unit_template/Testbench.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "Dut.hpp"
#include "MavisUnit.hpp"
#include "decode/MavisUnit.hpp"
#include "OlympiaAllocators.hpp"
#include "Sink.hpp"
#include "Src.hpp"
Expand Down

0 comments on commit afedcb6

Please sign in to comment.