Skip to content

Commit

Permalink
7791: cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Sep 13, 2024
1 parent fdef25d commit ae33fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#include "barretenberg/constants.hpp"
#include "barretenberg/vm/aztec_constants.hpp"
#ifndef DISABLE_AZTEC_VM

#include "avm_recursion_constraint.hpp"
#include "barretenberg/constants.hpp"
#include "barretenberg/flavor/flavor.hpp"
#include "barretenberg/stdlib/plonk_recursion/aggregation_state/aggregation_state.hpp"
#include "barretenberg/stdlib/primitives/curves/bn254.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_flavor.hpp"
#include "barretenberg/vm/avm/recursion/avm_recursive_flavor.hpp"
#include "barretenberg/vm/avm/recursion/avm_recursive_verifier.hpp"
#include "barretenberg/vm/aztec_constants.hpp"
#include "proof_surgeon.hpp"
#include <cstddef>

Expand Down
2 changes: 1 addition & 1 deletion yarn-project/ivc-integration/src/avm_integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('AVM Integration', () => {
const provingResult = await generateProof(
bbBinaryPath,
bbWorkingDirectory,
'mock-public-kernel', // TODO: use a constant
'mock-public-kernel',
Buffer.from(bytecode, 'base64'),
witnessFileName,
'ultra_honk',
Expand Down

0 comments on commit ae33fee

Please sign in to comment.