diff --git a/build-system b/build-system index e8439144341..0fcc7d16192 160000 --- a/build-system +++ b/build-system @@ -1 +1 @@ -Subproject commit e8439144341371235463f1d8f49e62ea7e822dd1 +Subproject commit 0fcc7d16192a6d05831ab1662fa9d878f808f87e diff --git a/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp b/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp index d6694933197..4f9130ba623 100644 --- a/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp +++ b/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp @@ -1,7 +1,6 @@ #pragma once #include "../../primitives/field/field.hpp" - namespace proof_system::plonk { namespace stdlib { namespace recursion {