Skip to content

Commit f05a89e

Browse files
bench_internal: Remove unnecessary includes
secp256k1.c is included anyway, so there's no need to include the individual _impl.h files.
1 parent 0a7ca5f commit f05a89e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/bench_internal.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
#include "../include/secp256k1.h"
1111

1212
#include "assumptions.h"
13-
#include "util.h"
14-
#include "hash_impl.h"
15-
#include "field_impl.h"
16-
#include "group_impl.h"
17-
#include "scalar_impl.h"
18-
#include "ecmult_impl.h"
1913
#include "bench.h"
14+
#include "util.h"
2015

2116
static void help(int default_iters) {
2217
printf("Benchmarks various internal routines.\n");

0 commit comments

Comments
 (0)