From 8d12707f6fa917cbbf5b082d8640519806fc6771 Mon Sep 17 00:00:00 2001 From: Namjae Choi Date: Thu, 17 Oct 2024 14:02:16 -0600 Subject: [PATCH] Fix mutual inclusion of MooseObject.h and Registry.h #28882 --- framework/include/base/Registry.h | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/include/base/Registry.h b/framework/include/base/Registry.h index a1bbb8c68466..e8796fab3212 100644 --- a/framework/include/base/Registry.h +++ b/framework/include/base/Registry.h @@ -10,7 +10,6 @@ #pragma once #include "InputParameters.h" -#include "MooseObject.h" #include #include