Skip to content

Commit

Permalink
fix compile error from merge step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibis-hdl committed Dec 27, 2024
1 parent 89a1e81 commit 54ddb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Generated by <gen_parsertest_files.py> on: 7.5.2021, do not edit!
//

#include <ibis/vhdl/ast/node/primary_unit_declaration.hpp>
#include <ibis/vhdl/ast/node/physical_type_definition.hpp> // primary_unit_declaration

#include <testsuite/vhdl/rules.hpp>
#include <testsuite/vhdl/parser/testing_parser.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Generated by <gen_parsertest_files.py> on: 7.5.2021, do not edit!
//

#include <ibis/vhdl/ast/node/secondary_unit_declaration.hpp>
#include <ibis/vhdl/ast/node/physical_type_definition.hpp> // secondary_unit_declaration

#include <testsuite/vhdl/rules.hpp>
#include <testsuite/vhdl/parser/testing_parser.hpp>
Expand Down

0 comments on commit 54ddb32

Please sign in to comment.