Skip to content

Commit 2a87763

Browse files
Chandra Prataprustyrussell
authored andcommitted
fuzz-tests: Remove unnecessary #includes in the BOLT #11 test
The fuzz target for BOLT #11 has some unnecessary #includes. Get rid of them.
1 parent 974af91 commit 2a87763

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/fuzz/fuzz-bolt11.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
#include "config.h"
22

3-
#include <bitcoin/chainparams.h>
43
#include <bitcoin/privkey.h>
54
#include <common/bech32.h>
65
#include <common/bolt11.h>
7-
#include <common/features.h>
86
#include <common/setup.h>
97
#include <common/utils.h>
10-
#include <stddef.h>
118
#include <stdint.h>
12-
#include <stdio.h>
139
#include <stdlib.h>
1410
#include <string.h>
1511
#include <tests/fuzz/libfuzz.h>

0 commit comments

Comments
 (0)