Skip to content

Commit ced71c8

Browse files
committed
fix includes
1 parent d5b5b44 commit ced71c8

4 files changed

Lines changed: 2 additions & 19 deletions

File tree

app/src/txdefs/bank_txdef.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
extern "C" {
2020
#endif
2121

22-
#include <stdbool.h>
23-
#include <stddef.h>
24-
#include <stdint.h>
25-
26-
#include "metadata_txdef.h"
22+
#include "common_txdef.h"
2723

2824
typedef enum {
2925
BANK_CALL_MESSAGE_CREATE_TOKEN,

app/src/txdefs/metadata_txdef.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
extern "C" {
2020
#endif
2121

22-
#include <stdbool.h>
23-
#include <stddef.h>
24-
#include <stdint.h>
25-
2622
#include "common_txdef.h"
2723

2824
#define MAX_FIELDS_QTY 20

app/src/txdefs/parser_txdef.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@
1919
extern "C" {
2020
#endif
2121

22-
#include <stdbool.h>
23-
#include <stddef.h>
24-
#include <stdint.h>
25-
2622
#include "bank_txdef.h"
27-
#include "common_txdef.h"
2823
#include "metadata_txdef.h"
2924
#include "paymaster_txdef.h"
3025

app/src/txdefs/paymaster_txdef.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
extern "C" {
2020
#endif
2121

22-
#include <stdbool.h>
23-
#include <stddef.h>
24-
#include <stdint.h>
25-
26-
#include "metadata_txdef.h"
22+
#include "common_txdef.h"
2723

2824
typedef enum {
2925
PAYMASTER_CALL_REGISTER_PAYMASTER,

0 commit comments

Comments
 (0)