Skip to content

Commit 9152baf

Browse files
committed
remove unwanted header files
1 parent 3262ff4 commit 9152baf

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/modules/batch/main_impl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#define SECP256K1_MODULE_BATCH_MAIN_H
33

44
#include "include/secp256k1_batch.h"
5-
#include "src/hash.h"
6-
#include "src/scratch.h"
75

86
/* Maximum number of scalar-point pairs on the batch
97
* for which `secp256k1_batch_verify` remains efficient */

src/modules/extrakeys/batch_add_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "include/secp256k1_extrakeys.h"
55
#include "include/secp256k1_tweak_check_batch.h"
6-
#include "src/hash.h"
76
#include "src/modules/batch/main_impl.h"
87

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

src/modules/schnorrsig/batch_add_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "include/secp256k1_schnorrsig.h"
55
#include "include/secp256k1_schnorrsig_batch.h"
6-
#include "src/hash.h"
76
#include "src/modules/batch/main_impl.h"
87

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

0 commit comments

Comments
 (0)