diff --git a/include/vast/Util/FieldAdditions.hpp b/include/vast/Util/FieldParser.hpp similarity index 100% rename from include/vast/Util/FieldAdditions.hpp rename to include/vast/Util/FieldParser.hpp diff --git a/lib/vast/Dialect/Core/CoreAttributes.cpp b/lib/vast/Dialect/Core/CoreAttributes.cpp index 87c877e9f8..b32cf3354e 100644 --- a/lib/vast/Dialect/Core/CoreAttributes.cpp +++ b/lib/vast/Dialect/Core/CoreAttributes.cpp @@ -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 diff --git a/lib/vast/Dialect/HighLevel/HighLevelAttributes.cpp b/lib/vast/Dialect/HighLevel/HighLevelAttributes.cpp index 87338f2b8c..3f40bb7f34 100644 --- a/lib/vast/Dialect/HighLevel/HighLevelAttributes.cpp +++ b/lib/vast/Dialect/HighLevel/HighLevelAttributes.cpp @@ -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