Skip to content

Commit

Permalink
util: Rename field parsing utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko authored and xlauko committed Sep 4, 2024
1 parent 4cc5724 commit dd97d1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/vast/Dialect/Core/CoreAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "vast/Dialect/Core/CoreDialect.hpp"
#include "vast/Dialect/Core/CoreTypes.hpp"
#include "vast/Dialect/Core/CoreAttributes.hpp"
#include "vast/Util/FieldAdditions.hpp"
#include "vast/Util/FieldParser.hpp"
#include "vast/Util/Warnings.hpp"

VAST_RELAX_WARNINGS
Expand Down
2 changes: 1 addition & 1 deletion lib/vast/Dialect/HighLevel/HighLevelAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "vast/Dialect/HighLevel/HighLevelAttributes.hpp"
#include "vast/Dialect/HighLevel/HighLevelTypes.hpp"
#include "vast/Util/FieldAdditions.hpp"
#include "vast/Util/FieldParser.hpp"
#include "vast/Util/Warnings.hpp"
#include <gap/core/overloads.hpp>

Expand Down

0 comments on commit dd97d1b

Please sign in to comment.