Skip to content

Commit

Permalink
remove unwanted header files
Browse files Browse the repository at this point in the history
  • Loading branch information
siv2r committed Aug 19, 2022
1 parent 3262ff4 commit 9152baf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/modules/batch/main_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#define SECP256K1_MODULE_BATCH_MAIN_H

#include "include/secp256k1_batch.h"
#include "src/hash.h"
#include "src/scratch.h"

/* Maximum number of scalar-point pairs on the batch
* for which `secp256k1_batch_verify` remains efficient */
Expand Down
1 change: 0 additions & 1 deletion src/modules/extrakeys/batch_add_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "include/secp256k1_extrakeys.h"
#include "include/secp256k1_tweak_check_batch.h"
#include "src/hash.h"
#include "src/modules/batch/main_impl.h"

/* The number of scalar-point pairs allocated on the scratch space
Expand Down
1 change: 0 additions & 1 deletion src/modules/schnorrsig/batch_add_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "include/secp256k1_schnorrsig.h"
#include "include/secp256k1_schnorrsig_batch.h"
#include "src/hash.h"
#include "src/modules/batch/main_impl.h"

/* The number of scalar-point pairs allocated on the scratch space
Expand Down

0 comments on commit 9152baf

Please sign in to comment.